Program that combines a linefollower program with visible ligt communication.

Dependencies:   m3pi_custom mbed

Revision:
1:243ec35fafcd
Parent:
0:1f5782fc5ca3
--- a/main.cpp	Wed May 09 15:35:31 2018 +0000
+++ b/main.cpp	Wed May 16 19:12:20 2018 +0000
@@ -6,9 +6,8 @@
 using namespace ProjectTwo;
 
 int main() {
-            LineFollower lijnvolger;
+    LineFollower lijnvolger;
     while(1) {
-
         lijnvolger.followTheLine();
     }
 }