ChibiOS-Contrib/testhal/KINETIS/FRDM-KL25Z/ADC
Konstantin Oblaukhov a6bb21d05b KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
..
debug [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
.cproject [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
.project [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
Makefile KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
chconf.h KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
halconf.h [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
halconf_community.h KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
main.c [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
mcuconf.h [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00
readme.txt [KINETIS] Move I2C and ADC demo to proper subdir. 2016-03-22 18:44:41 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M0+ Freedom Board KL25Z.                 **
*****************************************************************************

The demo runs on an Freescale Freedom KL25Z board and demonstrates
the usage of the ADC.

It reads the internal temperature sensor. If the temperature drops
below 20C (68F) it turns on the blue LED. If the temperature rises
above 27C (81F) it turns on the red LED. Otherwise the green LED is
illuminated.

The internal bandgap voltage reference is used to calibrate the
results returned from the temperature sensor.