From 7772ea4579a45bcf63ebd5e68be66ba1a9c72dfa Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 11 Nov 2016 15:02:17 -0500 Subject: chibios! --- .../community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ChibiOS_16.1.5/community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt (limited to 'ChibiOS_16.1.5/community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt') diff --git a/ChibiOS_16.1.5/community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt b/ChibiOS_16.1.5/community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt new file mode 100644 index 0000000..4077343 --- /dev/null +++ b/ChibiOS_16.1.5/community/testhal/KINETIS/FRDM-KL25Z/ADC/readme.txt @@ -0,0 +1,14 @@ +***************************************************************************** +** 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. -- cgit v1.2.3