main.cpp: Sensoren einlesen und Motoren ansteuern

Dependencies:   mbed

Revision:
5:47262622a9bf
Parent:
0:9a3e7847a4be
--- a/Path.h	Wed Apr 11 15:26:03 2018 +0000
+++ b/Path.h	Mon Apr 16 12:44:48 2018 +0000
@@ -6,9 +6,13 @@
 
 class Path {
     
-public:
+    public:
 
-private:
+        Path();
+        virtual ~Path();
+        void    reverse();
+        
+    private: