ChibiOS/testhal/KINETIS/ADC
Giovanni Di Sirio f02349c2b1 Updated all halconf.h files for WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8560 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-12-03 15:32: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 [KINETIS] Fixed ADC hal test build + disable unused serial 2015-09-14 21:31:52 +00:00
chconf.h Fixed a formatting error in chconf.h. 2015-04-03 06:58:29 +00:00
halconf.h Updated all halconf.h files for WDG. 2015-12-03 15:32:42 +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 [KINETIS] Fixed ADC hal test build + disable unused serial 2015-09-14 21:31:52 +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.