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

@@ -21,10 +21,16 @@
<ClCompile Include="SerialPort\SerialPort.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="AVRCommandDecoder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="SerialPort\SerialPort.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="AVRCommandDecoder.h">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>