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
header/Safety.h
- Committer:
- aeschsim
- Date:
- 2017-05-15
- Revision:
- 130:0d6c072b23ca
- Parent:
- 125:d0b2057272d0
- Child:
- 136:b35f2d9b7402
File content as of revision 130:0d6c072b23ca:
#pragma once
#include "mbed.h"
#include "Robot.h"
#include "Movement.h"
int safety(int state);
int emergency_shutdown();
int colision_detected();
int current_to_high();
int overheating();
