diff --git a/lighting/src/LED.cpp b/lib/LED/LED.cpp similarity index 100% rename from lighting/src/LED.cpp rename to lib/LED/LED.cpp diff --git a/lighting/src/LEDOutput.cpp b/lib/LED/LEDOutput.cpp similarity index 100% rename from lighting/src/LEDOutput.cpp rename to lib/LED/LEDOutput.cpp diff --git a/lighting/src/LedManager.cpp b/lib/LED/LedManager.cpp similarity index 100% rename from lighting/src/LedManager.cpp rename to lib/LED/LedManager.cpp diff --git a/lighting/lib/README b/lib/README similarity index 100% rename from lighting/lib/README rename to lib/README diff --git a/lighting/src/Timer.cpp b/lib/Timer/Timer.cpp similarity index 100% rename from lighting/src/Timer.cpp rename to lib/Timer/Timer.cpp diff --git a/lighting/src/TimerManager.cpp b/lib/Timer/TimerManager.cpp similarity index 100% rename from lighting/src/TimerManager.cpp rename to lib/Timer/TimerManager.cpp diff --git a/lighting/src/TouchInput.cpp b/lib/TouchInput/TouchInput.cpp similarity index 100% rename from lighting/src/TouchInput.cpp rename to lib/TouchInput/TouchInput.cpp diff --git a/lighting/lib b/lighting/lib new file mode 120000 index 0000000..7f520ec --- /dev/null +++ b/lighting/lib @@ -0,0 +1 @@ +/home/rob/Code/VanControlSystems/lib \ No newline at end of file