![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
good
Fork of BX-car by
pot.h
- Committer:
- even
- Date:
- 2014-06-25
- Revision:
- 11:ffd762ae141b
- Parent:
- 7:fd976e1ced33
File content as of revision 11:ffd762ae141b:
#include "mbed.h" class BX_pot{ public: //static float read(void); //block in here BX_pot(char t); private: AnalogIn* pot_in; };