Fork of Kojto's library with bugfixes: * added PTC2/TSI0_CH15 pinmapping for KL25 and KL46 MCUs * Fixed readDistance() function

Fork of tsi_sensor by Martin Kojtal

Fork of Kojto's library with bugfixes

  • added PTC2/TSI0_CH15 pinmapping for KL25 and KL46 MCUs
  • Fixed readDistance() function
Revision:
1:8a2098a10330
Parent:
0:9331e373c138
Child:
3:20ffa9b18488
--- a/tsi_sensor.cpp	Sat Feb 22 11:07:29 2014 +0000
+++ b/tsi_sensor.cpp	Sat Feb 22 11:25:35 2014 +0000
@@ -19,7 +19,7 @@
  */
 
 #include "mbed.h"
-#include "TSISensor.h"
+#include "tsi_sensor.h"
 
 void tsi_irq(void);
 TSIAnalogSlider *TSIAnalogSlider::_instance;