Fork of mbed_official/TSI, giving access to raw values

Dependents:   PiezoClick USB_Handson Midiudelator XtrinsicSensorEVK ... more

Fork of TSI by mbed official

Revision:
4:4dc2f5a3a731
Parent:
2:507b1f67804b
--- a/TSISensor.h	Thu May 09 09:24:34 2013 +0000
+++ b/TSISensor.h	Fri Jun 28 13:59:29 2013 +0000
@@ -62,6 +62,8 @@
      * @returns distance in mm. The value is between [0 ... 40]
      */
     uint8_t readDistance();
+    uint16_t readValue(uint8_t);
+    void TSISensor_reset(void);
 
 private:
     void sliderRead(void);