Grundfunktionen für Micromouse

Dependencies:   AutomationElements mbed

Revision:
1:4808f55970e8
Parent:
0:e38b500d6e74
--- a/ReadSensor.h	Thu Apr 19 11:31:49 2018 +0000
+++ b/ReadSensor.h	Sun Apr 22 09:55:40 2018 +0000
@@ -1,6 +1,6 @@
 #ifndef ReadSensor_H
 #define ReadSensor_H
 
-int ReadSensor(int Position);   /* Funktionsdeklaration */
-float ReadSensorValue(int Position);
+int readSensor(int Position);   /* Funktionsdeklaration */
+float readSensorValue(int Position);
 #endif
\ No newline at end of file