DeutscherRoboter2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Alexander400
Date:
Thu Apr 23 12:04:02 2015 +0000
Commit message:
DeutscherRoboter2;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
ur_Bertl.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 5f6d0ca57f0c main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 23 12:04:02 2015 +0000
@@ -0,0 +1,21 @@
+#include "mbed.h"
+#include "ur_Bertl.h"
+
+DigitalOut myled(LED1);
+
+class de_Bertl : public ur_Bertl{
+
+public:
+    void Bewege(){
+        
+        Move();
+    }
+};
+int main() {    
+    
+    de_Bertl karel;
+    
+    karel.Bewege();
+    karel.Move();
+    karel.ShutOff();
+}
diff -r 000000000000 -r 5f6d0ca57f0c mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 23 12:04:02 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/7e07b6fb45cf
\ No newline at end of file
diff -r 000000000000 -r 5f6d0ca57f0c ur_Bertl.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ur_Bertl.lib	Thu Apr 23 12:04:02 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/BERTL_CHEL_18/code/ur_Bertl/#66e9a0afcbd6