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.
Dependencies: Command Math OBROT RobotBase ShootingSystem Steering mbed
Revision 0:bf802656c285, committed 2015-10-14
- Comitter:
- inst
- Date:
- Wed Oct 14 05:58:11 2015 +0000
- Child:
- 1:78a56a18e6ff
- Commit message:
Changed in this revision
--- /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