Reworking the AVR specific stuff into an AVRInterface class.
This commit is contained in:
@@ -127,11 +127,13 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="AVR.cpp" />
|
||||
<ClCompile Include="AVRCommandDecoder.cpp" />
|
||||
<ClCompile Include="AVRInterface.cpp" />
|
||||
<ClCompile Include="ConsoleHandler.cpp" />
|
||||
<ClCompile Include="SerialPort\SerialPort.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="AVRCommandDecoder.h" />
|
||||
<ClInclude Include="AVRInterface.h" />
|
||||
<ClInclude Include="ConsoleHandler.h" />
|
||||
<ClInclude Include="SerialPort\SerialPort.h" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user