builds only for PLATFORM_Freescale
Fork of tsi_sensor by
Diff: tsi_sensor.h
- Revision:
- 9:525736a96433
- Parent:
- 7:f4bb237d08ca
--- a/tsi_sensor.h Wed Apr 15 08:22:29 2015 +0000 +++ b/tsi_sensor.h Fri Apr 17 01:53:22 2015 +0000 @@ -21,6 +21,7 @@ #ifndef TSISENSOR_H #define TSISENSOR_H +#ifdef TARGET_Freescale /** * TSISensor example @@ -46,6 +47,7 @@ */ #define NO_TOUCH 0 + /** TSI Electrode with simple data required for touch detection. */ class TSIElectrode { @@ -240,5 +242,5 @@ protected: static TSIAnalogSlider *_instance; }; - +#endif /* TARGET_Freescale */ #endif