tarou yamada / Mbed 2 deprecated OBROT_ALL

Dependencies:   Command Math OBROT RobotBase ShootingSystem Steering mbed

Files at this revision

API Documentation at this revision

Comitter:
inst
Date:
Wed Oct 14 05:58:11 2015 +0000
Child:
1:78a56a18e6ff
Commit message:

Changed in this revision

Command.lib Show annotated file Show diff for this revision Revisions of this file
Math.lib Show annotated file Show diff for this revision Revisions of this file
OBROT.lib Show annotated file Show diff for this revision Revisions of this file
RobotBase.lib Show annotated file Show diff for this revision Revisions of this file
ShootingSystem.lib Show annotated file Show diff for this revision Revisions of this file
Steering.lib Show annotated file Show diff for this revision Revisions of this file
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Command.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+Command#58d7debaed1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Math.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+Math#067c036b09e0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OBROT.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+OBROT#4877273ec8cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RobotBase.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+RobotBase#6c60a3006881
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ShootingSystem.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+ShootingSystem#3b0b583eba77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Steering.lib	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+Steering#8be8699c5afd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,12 @@
+#include "OBROT.h"
+
+int main(){
+    OBROT::create();
+    OBROT* instance = OBROT::getInstance();
+    
+    while ( true ){
+        instance->update();
+    }
+    
+    return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Oct 14 05:58:11 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4f6c30876dfa
\ No newline at end of file