Example project for the Line Follower robot.

Dependencies:   PM2_Libary Eigen

Revision:
28:3760373c234d
Parent:
27:0772a14369ce
Child:
29:d6f1ccf42a31
--- a/main.cpp	Wed Mar 16 11:47:10 2022 +0100
+++ b/main.cpp	Wed Mar 16 11:47:54 2022 +0100
@@ -1,8 +1,6 @@
 #include "mbed.h"
 #include "PM2_Libary.h"
 
-// test
-
 // logical variable main task
 bool do_execute_main_task = false;  // this variable will be toggled via the user button (blue button) to or not to execute the main task