Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
38:3526c36e4c73
Child:
126:d0b2057272d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/Safety.cpp	Tue Apr 04 15:01:59 2017 +0000
@@ -0,0 +1,29 @@
+#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;
+    }
+    
\ No newline at end of file