ChibiOS/testhal/KINETIS/ADC
Giovanni Di Sirio 952b0dc3fd Updated all makefiles by adding -Wundef.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8029 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-06-13 10:24:42 +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 Updated all makefiles by adding -Wundef. 2015-06-13 10:24:42 +00:00
chconf.h Fixed a formatting error in chconf.h. 2015-04-03 06:58:29 +00:00
halconf.h DAC off by default. 2015-05-03 09:25:35 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +00:00
mcuconf.h MISRA-related fixes. 2015-03-03 10:02:55 +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.