Program that combines a linefollower program with visible ligt communication.
Dependencies: m3pi_custom mbed
Diff: main.cpp
- Revision:
- 1:243ec35fafcd
- Parent:
- 0:1f5782fc5ca3
diff -r 1f5782fc5ca3 -r 243ec35fafcd main.cpp --- 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(); } }