Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PES1 by
Diff: Roboter.h
- Revision:
- 0:306a2438de17
- Child:
- 1:4e84271a70c6
--- /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
