Browse Source

missing files

timer1
Youen Toupin 9 years ago
parent
commit
0f941a85fb
  1. 2
      OneWireIO.vcxproj
  2. 2
      OneWireIO.vcxproj.filters

2
OneWireIO.vcxproj

@ -71,10 +71,12 @@
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="OneWireSlave.cpp" />
<ClCompile Include="SerialChannel.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="LowLevel.h" />
<ClInclude Include="OneWireSlave.h" />
<ClInclude Include="SerialChannel.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

2
OneWireIO.vcxproj.filters

@ -2,10 +2,12 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="SerialChannel.cpp" />
<ClCompile Include="OneWireSlave.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="SerialChannel.h" />
<ClInclude Include="LowLevel.h" />
<ClInclude Include="OneWireSlave.h" />
</ItemGroup>
<ItemGroup>
<None Include="OneWireIO.ino" />

Loading…
Cancel
Save