Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- 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 /*