RainbowTeam / Mbed 2 deprecated ProjectTheseus

Dependencies:   mbed

Revision:
14:0caa7b93af7a
Parent:
0:4a0b987c5c94
--- a/AutoDrive.h	Tue May 08 12:32:31 2018 +0000
+++ b/AutoDrive.h	Wed May 23 11:50:58 2018 +0000
@@ -1,8 +1,8 @@
-#ifndef Mapping_H
-#define Mapping_H
+#ifndef Auto_H
+#define Auto_H
 
-//Funktionsdeklaration
-void AutoDrive(void);
- 
+// Funktionsdeklaration
+void autoDrive(char route[]);
+
 #endif