ChibiOS/testhal/KINETIS/ADC
Giovanni Di Sirio 1914bcbbf4 Removed I/O queues and streams from RT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9125 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-03-16 11:09:29 +00:00
..
debug
.cproject
.project
Makefile Continue merge of RT4/NIL2. 2016-02-18 12:05:17 +00:00
chconf.h Removed I/O queues and streams from RT. 2016-03-16 11:09:29 +00:00
halconf.h
main.c
mcuconf.h
readme.txt

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.