From 378e31ad9eb674dcac1a700345534008d58d5922 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 19 Feb 2017 14:58:55 +0100 Subject: [PATCH] Added DeviceLib's shift register to project --- Distancer.cpp | 1 + Distancer.cppproj | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Distancer.cpp b/Distancer.cpp index 6abda84..5cad373 100644 --- a/Distancer.cpp +++ b/Distancer.cpp @@ -1,5 +1,6 @@ #include +#include "DeviceLib/ShiftRegister.h" int main() { diff --git a/Distancer.cppproj b/Distancer.cppproj index 0054799..50b309a 100644 --- a/Distancer.cppproj +++ b/Distancer.cppproj @@ -139,9 +139,18 @@ + + compile + + + compile + compile + + + \ No newline at end of file