hallo

Dependencies:   Servo mbed pixy

Fork of PES1 by Gruppe 3

Revision:
0:306a2438de17
Child:
1:4e84271a70c6
diff -r 000000000000 -r 306a2438de17 Roboter.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Roboter.h	Tue Mar 21 12:42:01 2017 +0000
@@ -0,0 +1,40 @@
+#ifndef ROBOTER_H
+#define ROBOTER_H
+
+#include <mbed.h>
+#include "Motoren.h"
+#include "IRSensor.h"
+#include "Kamera.h"
+
+class Roboter : class IRSensor
+{
+    
+public:
+
+    Roboter : IRSensor(distance,bit0,bit1,bit2,number)
+    
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#endif 
\ No newline at end of file