Projectlab Elektronica-ICT KULeuven

Dependencies:   EthernetInterface TMP102 TextLCD mbed-rtos mbed

werking.pdf

Potentiometer.h

Committer:
seppeduwe
Date:
2014-03-16
Revision:
1:635e76c52151
Child:
3:344115c04cd0

File content as of revision 1:635e76c52151:

#ifndef Potentiometer_H
#define Potentiometer_H

class  Potentiometer
{
private:
    AnalogIn* potentiometer;
public:
    Potentiometer();
    int getPotentiometer();
};
#endif