Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

source/Safety.cpp

Committer:
cittecla
Date:
2017-04-04
Revision:
38:3526c36e4c73
Child:
126:d0b2057272d0

File content as of revision 38:3526c36e4c73:

#pragma once

#include "mbed.h"
#include "Safety.h"

void safety(){
    
    }
    
int emergency_shutdown(){
    
    return 0;
    }
    
int colision_detected(){
    
    return 0;
    }
    
int current_to_high(){
    
    return 0;
    }
    
int overheating(){
    
    return 0;
    }