Debug modifications for monitoring internals parameters

Fork of tsi_sensor by neil hancock

Revision:
6:6c6aef368805
Parent:
5:37ae0d169e13
--- a/tsi_sensor.cpp	Tue Nov 11 22:18:10 2014 +0000
+++ b/tsi_sensor.cpp	Tue May 19 16:01:02 2015 +0000
@@ -17,7 +17,7 @@
  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
-
+#if !defined(TARGET_K20D50M)
 #include "mbed.h"
 #include "tsi_sensor.h"
 
@@ -156,3 +156,4 @@
     TSI0->GENCS |= TSI_GENCS_EOSF_MASK; // Clear End of Scan Flag
     changeElectrode(analog_slider);
 }
+#endif // !define(TARGET_K20D50M)
\ No newline at end of file