main.cpp: Sensoren einlesen und Motoren ansteuern

Dependencies:   mbed

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