RainbowTeam / Mbed 2 deprecated ProjectTheseus

Dependencies:   mbed

Revision:
6:a1fd0f1374e6
Parent:
2:cb6bae534500
Child:
10:ab83197b30ee
Child:
14:0caa7b93af7a
--- a/main.cpp	Sun Apr 29 11:48:33 2018 +0000
+++ b/main.cpp	Mon Apr 30 13:53:09 2018 +0000
@@ -6,10 +6,13 @@
 #include "Mapping.h"
 #include "AutoDrive.h"
 #include "RouteCalculation.h"
+#include "SDFileSystem.h"
+#include "FATFileSystem.h"
+#include "ff.h"
 
 
 
-
+//char route[];
 
 int main()
 {
@@ -18,6 +21,7 @@
     // Mapping Modus
     mapping();
     
+    // Schalter einbinden!
     
     // Autodrive Modus
     /*