Fork of tsi_sensor library that allows object construction with pin names instead of TSI channels

Fork of tsi_sensor by Martin Kojtal

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Sat Feb 22 11:25:35 2014 +0000
Parent:
0:9331e373c138
Child:
2:b7074bcc2376
Commit message:
Header correction

Changed in this revision

tsi_sensor.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;