main.cpp: Sensoren einlesen und Motoren ansteuern

Dependencies:   mbed

Revision:
0:9a3e7847a4be
Child:
5:47262622a9bf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Path.h	Mon Apr 09 19:26:46 2018 +0000
@@ -0,0 +1,20 @@
+#ifndef PATH_H_
+#define PATH_H_
+
+#include <cstdlib>
+#include <mbed.h>
+
+class Path {
+    
+public:
+
+private:
+    
+    
+    
+    
+    
+    
+    };
+
+#endif /* PATH_H_ */
\ No newline at end of file