wu

Dependencies:   mbed-rtos mbed

Fork of Bov3 by kao yi

pot.h

Committer:
backman
Date:
2014-07-02
Revision:
19:4869b10a962e
Parent:
7:fd976e1ced33

File content as of revision 19:4869b10a962e:





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

    
  private:
    
           AnalogIn*  pot_in;
         
    
    
    

    
    
    
    };