Skip to content

Commit 946fca4

Browse files
authored
added bluetooth support (#296)
* added bluetooth support
1 parent 91751ed commit 946fca4

File tree

10 files changed

+523
-94
lines changed

10 files changed

+523
-94
lines changed

VortexEngine/VortexEngine.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
<ClCompile Include="src\Buttons\Buttons.cpp" />
150150
<ClCompile Include="src\Colors\Colorset.cpp" />
151151
<ClCompile Include="src\Colors\ColorTypes.cpp" />
152+
<ClCompile Include="src\Wireless\Bluetooth.cpp" />
152153
<ClCompile Include="src\Wireless\IRReceiver.cpp" />
153154
<ClCompile Include="src\Wireless\IRSender.cpp" />
154155
<ClCompile Include="src\Leds\Leds.cpp" />
@@ -218,6 +219,7 @@
218219
<ClInclude Include="src\Colors\ColorConstants.h" />
219220
<ClInclude Include="src\Colors\Colorset.h" />
220221
<ClInclude Include="src\Colors\ColorTypes.h" />
222+
<ClInclude Include="src\Wireless\Bluetooth.h" />
221223
<ClInclude Include="src\Wireless\IRConfig.h" />
222224
<ClInclude Include="src\Wireless\IRReceiver.h" />
223225
<ClInclude Include="src\Wireless\IRSender.h" />

VortexEngine/VortexEngine.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@
327327
<ClCompile Include="src\Wireless\VLSender.cpp">
328328
<Filter>Source Files\Wireless</Filter>
329329
</ClCompile>
330+
<ClCompile Include="src\Wireless\Bluetooth.cpp">
331+
<Filter>Source Files</Filter>
332+
</ClCompile>
330333
</ItemGroup>
331334
<ItemGroup>
332335
<ClInclude Include="src\VortexConfig.h">
@@ -551,5 +554,8 @@
551554
<ClInclude Include="src\Wireless\VLSender.h">
552555
<Filter>Header Files\Wireless</Filter>
553556
</ClInclude>
557+
<ClInclude Include="src\Wireless\Bluetooth.h">
558+
<Filter>Header Files</Filter>
559+
</ClInclude>
554560
</ItemGroup>
555561
</Project>

0 commit comments

Comments
 (0)