Grundfunktionen für Micromouse

Dependencies:   AutomationElements mbed

ReadSensor.h

Committer:
wengefa1
Date:
2018-04-22
Revision:
1:4808f55970e8
Parent:
0:e38b500d6e74

File content as of revision 1:4808f55970e8:

#ifndef ReadSensor_H
#define ReadSensor_H

int readSensor(int Position);   /* Funktionsdeklaration */
float readSensorValue(int Position);
#endif