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:
- 38:3526c36e4c73
- Child:
- 125:d0b2057272d0
diff -r 20e0e2487efc -r 3526c36e4c73 header/Safety.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/header/Safety.h Tue Apr 04 15:01:59 2017 +0000 @@ -0,0 +1,9 @@ +#pragma once +#include "mbed.h" + +void safety(); + +int emergency_shutdown(); +int colision_detected(); +int current_to_high(); +int overheating();
