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: mbed
Fork of Robocode by
Diff: source/StartUp.cpp
- Revision:
- 38:3526c36e4c73
- Child:
- 58:1a395b6928ee
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/source/StartUp.cpp Tue Apr 04 15:01:59 2017 +0000
@@ -0,0 +1,50 @@
+#include "StartUp.h"
+
+
+int idel(){
+
+ return 0;
+ }
+int idel2(){
+
+ return 0;
+ }
+
+
+
+int initialisation(){
+
+ return 0;
+ }
+
+int engage_motors(){
+
+ return 0;
+ }
+
+int test_servos(){
+
+ return 0;
+ }
+
+int inital_positioning(){
+
+ return 0;
+ }
+
+
+int tart_positioning(){
+
+ return 0;
+ }
+
+int start_mapping(){
+
+ return 0;
+ }
+
+int initial_turn(){
+
+ return 0;
+ }
+
\ No newline at end of file
