USBMouse
Embed:
(wiki syntax)
Show/hide line numbers
TouchSensor.h
00001 #include "mbed.h" 00002 00003 class TouchSensor { 00004 public: 00005 TouchSensor(); // Initialize Touch Sensor 00006 float readPercentage(); // Read Touch values in terms of percentage 00007 00008 private: 00009 void sliderRead(void); 00010 uint16_t readValue(uint8_t); 00011 void selfCalibration(void); 00012 }; 00013
Generated on Sat Jul 16 2022 20:30:58 by
1.7.2