hello

Dependencies:   mbed-rtos mbed

Fork of BX-car by kao yi

pot.h

Committer:
TonyLin
Date:
2014-06-28
Revision:
14:303b22b76d7a
Parent:
7:fd976e1ced33
Child:
10:9f0ce6ba7663

File content as of revision 14:303b22b76d7a:





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

    
  private:
    
           AnalogIn*  pot_in;
         
    
    
    

    
    
    
    };