QQQ

Dependencies:   mbed-rtos mbed

Fork of BX-car_s by Tony Lin

pot.h

Committer:
TonyLin
Date:
2014-06-26
Revision:
10:9f0ce6ba7663
Parent:
7:fd976e1ced33

File content as of revision 10:9f0ce6ba7663:

#include "mbed.h"
class BX_pot{    
  public:    
  //static  
     float  read(void); //block in here     
     BX_pot(char t);
     
  private:
           AnalogIn*  pot_in;
};