for pymite
Fork of TSI by
Revision 3:b867dca5f810, committed 2013-03-16
- Comitter:
- va009039
- Date:
- Sat Mar 16 13:26:46 2013 +0000
- Parent:
- 2:507b1f67804b
- Commit message:
- add TSI for KL25Z
Changed in this revision
TSISensor.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 507b1f67804b -r b867dca5f810 TSISensor.cpp --- a/TSISensor.cpp Fri Oct 12 11:42:12 2012 +0000 +++ b/TSISensor.cpp Sat Mar 16 13:26:46 2013 +0000 @@ -1,3 +1,4 @@ +#if defined(TARGET_KL25Z) /* Freescale Semiconductor Inc. * (c) Copyright 2004-2005 Freescale Semiconductor, Inc. * (c) Copyright 2001-2004 Motorola, Inc. @@ -229,3 +230,4 @@ changeElectrode(); } +#endif // defined(TARGET_KL25Z) \ No newline at end of file