Yi Lin Chen
/
Boboobooo
shared
Fork of Boboobooo by
Diff: pot.h
- Revision:
- 8:089b778962c4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pot.h Fri Oct 31 10:54:51 2014 +0000 @@ -0,0 +1,33 @@ + + + + +#include "mbed.h" +class BX_pot{ + + public: + + //static + float read(void); //block in here + + BX_pot(char t); + + + + + + + + + private: + + AnalogIn* pot_in; + + + + + + + + + }; \ No newline at end of file