ChibiOS/testhal/KINETIS/ADC
spacecoaster 49ad1739e6 [KINETIS] ADC example program for FREEDOM-KL25Z board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7251 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-05 22:43:18 +00:00
..
debug [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
.cproject [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
.project [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
Makefile [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
chconf.h [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
halconf.h [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
main.c [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
mcuconf.h [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +00:00
readme.txt [KINETIS] ADC example program for FREEDOM-KL25Z board. 2014-09-05 22:43:18 +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.