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.
Dependencies: MMA8451Q TSI mbed
Fork of FRDM_TSI by
Revision 0:0f00f07ebde0, committed 2012-10-11
- Comitter:
- emilmont
- Date:
- Thu Oct 11 11:05:51 2012 +0000
- Child:
- 1:51b1b688179a
- Commit message:
- KL25Z TSI example
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TSI.lib Thu Oct 11 11:05:51 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/emilmont/code/TSI/#afbd8e2c8bc0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Thu Oct 11 11:05:51 2012 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "TSI_Sensor.h"
+
+int main(void) {
+ DigitalOut led(LED_GREEN);
+ TSI_Sensor tsi;
+
+ while (true) {
+ printf("slider percentage: %d%\r\n", tsi.getPercentage());
+ printf("slider distance: %dmm\r\n", tsi.getDistance());
+ wait(1);
+ led = !led;
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-KL25Z.lib Thu Oct 11 11:05:51 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/emilmont/code/mbed-KL25Z/#2fd6de8f897c
