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: header/Safety.h
- Revision:
- 130:0d6c072b23ca
- Parent:
- 125:d0b2057272d0
- Child:
- 136:b35f2d9b7402
--- a/header/Safety.h Mon May 15 13:03:16 2017 +0000
+++ b/header/Safety.h Mon May 15 13:52:59 2017 +0000
@@ -3,7 +3,7 @@
#include "Robot.h"
#include "Movement.h"
-void safety();
+int safety(int state);
int emergency_shutdown();
int colision_detected();
