missing files
This commit is contained in:
parent
b6f8497f64
commit
0f941a85fb
@ -71,10 +71,12 @@
|
|||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="OneWireSlave.cpp" />
|
||||||
<ClCompile Include="SerialChannel.cpp" />
|
<ClCompile Include="SerialChannel.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="LowLevel.h" />
|
<ClInclude Include="LowLevel.h" />
|
||||||
|
<ClInclude Include="OneWireSlave.h" />
|
||||||
<ClInclude Include="SerialChannel.h" />
|
<ClInclude Include="SerialChannel.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
@ -2,10 +2,12 @@
|
|||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="SerialChannel.cpp" />
|
<ClCompile Include="SerialChannel.cpp" />
|
||||||
|
<ClCompile Include="OneWireSlave.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="SerialChannel.h" />
|
<ClInclude Include="SerialChannel.h" />
|
||||||
<ClInclude Include="LowLevel.h" />
|
<ClInclude Include="LowLevel.h" />
|
||||||
|
<ClInclude Include="OneWireSlave.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="OneWireIO.ino" />
|
<None Include="OneWireIO.ino" />
|
||||||
|
Loading…
Reference in New Issue
Block a user