Program that reads data from the FRDM-KL25Z capacitive slider and accellerometer and sends it to the serial port in JSON format.
Dependencies: MMA8451Q TSI mbed
Fork of FRDM_TSI by
This code is part of a project for the course in Computer Engineering "Progettazione di Applicazioni per Dispositivi Embedded (Designing of Applications for Embedded Devices)" , held by professor Omero Tuzzi, at the University of Trieste.
The code reads data from the board sensors (capacitive touch slider and accelerometer) and makes the RGB led assume a color according to the readings. It also sends a JSON-format message about the readings to the USB Serial Port.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:ebf728afc308 | 2014-09-21 | remarkus89 | Added comments to explain the code. |
6:38459146ad89 | 2014-09-21 | remarkus89 | reads data from slider and accellerometer and prints it in JSON format |
5:7f7b888f616b | 2013-04-22 | subhrajitmitra | using of touch pad and accelerometer of FRDM-KL25Z |
4:12e22c6337eb | 2013-02-19 | mbed_official | Updated to public library |
3:224f5c17977a | 2012-11-09 | emilmont | New mbed library |
2:6136133bdf88 | 2012-10-23 | emilmont | Update mbed library |
1:51b1b688179a | 2012-10-12 | chris | Tidied up formatting |
0:0f00f07ebde0 | 2012-10-11 | emilmont | KL25Z TSI example |