running car

Dependencies:   mbed mbed-rtos

Fork of Boboobooo by kao yi

pot.h

Committer:
backman
Date:
2014-06-28
Revision:
11:418e39749f48
Parent:
7:fd976e1ced33

File content as of revision 11:418e39749f48:





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

    
  private:
    
           AnalogIn*  pot_in;
         
    
    
    

    
    
    
    };