Example project for the Line Follower robot.

Dependencies:   PM2_Libary Eigen

Revision:
6:e1fa1a2d7483
Parent:
1:93d997d6b232
Child:
17:c19b471f05cb
--- a/mbed_app.json	Fri Apr 02 09:33:18 2021 +0200
+++ b/mbed_app.json	Tue Apr 06 08:00:43 2021 +0200
@@ -1,7 +1,9 @@
 {
     "target_overrides": {
-        "NUCLEO_F446RE": {
-            "target.components_add": ["SD"]
+        "*": {
+            "target.components_add": ["SD"],
+            "target.printf_lib": "std",
+            "platform.stdio-baud-rate": 115200
         }
     }
 }