Added DeviceLib's shift register to project
This commit is contained in:
parent
a28eacb4c4
commit
378e31ad9e
@ -1,5 +1,6 @@
|
||||
#include <avr/io.h>
|
||||
|
||||
#include "DeviceLib/ShiftRegister.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -139,9 +139,18 @@
|
||||
</ToolchainSettings>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DeviceLib\ShiftRegister.cpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DeviceLib\ShiftRegister.h">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Distancer.cpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="DeviceLib" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||||
</Project>
|
Reference in New Issue
Block a user