Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of tsi_sensor by
Revision 6:c1877e6c512c, committed 2015-04-08
- Comitter:
- kodaws
- Date:
- Wed Apr 08 19:35:15 2015 +0000
- Parent:
- 5:309dde6b6292
- Commit message:
- Error message correction
Changed in this revision
| tsi_sensor.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/tsi_sensor.h Wed Apr 08 19:32:22 2015 +0000
+++ b/tsi_sensor.h Wed Apr 08 19:35:15 2015 +0000
@@ -133,7 +133,7 @@
default: error("PinName provided to TSIElectrode::getTSIChannel() does not correspond to any known TSI channel.");
}
# else
- #error "Unknown target for TSIElectrode::getTSIChannel() - only supports KL25Z so far."
+ #error "Unknown target for TSIElectrode::getTSIChannel() - only supports KL25Z and KL46Z so far."
# endif
return 0xFF; //should never get here
}
