Move all the text decoders to a separate file.

This commit is contained in:
2026-01-24 13:45:07 -06:00
parent c66e6af153
commit d07402d809
5 changed files with 705 additions and 760 deletions

View File

@@ -126,9 +126,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="AVR.cpp" />
<ClCompile Include="AVRCommandDecoder.cpp" />
<ClCompile Include="SerialPort\SerialPort.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AVRCommandDecoder.h" />
<ClInclude Include="SerialPort\SerialPort.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />