src.dualinventive.com/fw/dncm/ChibiOS/testhal/KINETIS/ADC
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
debug initial 2024-08-09 12:10:16 +02:00
.cproject initial 2024-08-09 12:10:16 +02:00
.project initial 2024-08-09 12:10:16 +02:00
Makefile initial 2024-08-09 12:10:16 +02:00
chconf.h initial 2024-08-09 12:10:16 +02:00
halconf.h initial 2024-08-09 12:10:16 +02:00
main.c initial 2024-08-09 12:10:16 +02:00
mcuconf.h initial 2024-08-09 12:10:16 +02:00
readme.txt initial 2024-08-09 12:10:16 +02: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.