includfe HD2015 in prj

This commit is contained in:
Tester23
2024-05-07 16:55:17 +02:00
parent 6d58d85bc7
commit 35beeaaf06
2 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,7 @@
<ClCompile Include="src\driver\drv_doorSensorWithDeepSleep.c" />
<ClCompile Include="src\driver\drv_freeze.c" />
<ClCompile Include="src\driver\drv_gn6932.c" />
<ClCompile Include="src\driver\drv_hd2015.c" />
<ClCompile Include="src\driver\drv_ht16k33.c" />
<ClCompile Include="src\driver\drv_httpButtons.c" />
<ClCompile Include="src\driver\drv_hue.c" />

View File

@ -332,6 +332,7 @@
<ClCompile Include="src\selftest\selftest_ws2812b.c" />
<ClCompile Include="src\sim\Controller_WS2812.cpp" />
<ClCompile Include="src\driver\drv_pixelAnim.c" />
<ClCompile Include="src\driver\drv_hd2015.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\base64\base64.h" />