Tobis Programm forked to not destroy your golden files
Fork of Robocode by
source/Safety.cpp
- Committer:
- cittecla
- Date:
- 2017-05-14
- Revision:
- 126:d0b2057272d0
- Parent:
- 38:3526c36e4c73
- Child:
- 131:0d6c072b23ca
File content as of revision 126:d0b2057272d0:
#pragma once #include "mbed.h" #include "Safety.h" void safety(){ } int emergency_shutdown(){ stop_move(); stop_turn(); disable_servos(); disable_motors(); return 0; } int colision_detected(){ return 0; } int current_to_high(){ return 0; } int overheating(){ return 0; }