Reads all the ADC ports available on the Nucleo F303K8 and prints the results in Value Read, Volts and 16 bit unsigned short.

Dependencies:   mbed

Reads all ADC available on Nucleo-F303K8 and sends results to PC over USB UART.

Files at this revision

API Documentation at this revision

Comitter:
joeata2wh
Date:
Wed Mar 30 14:49:33 2016 +0000
Parent:
1:a368dd17f04c
Commit message:
update to use MIT license

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 21 00:05:14 2016 +0000
+++ b/main.cpp	Wed Mar 30 14:49:33 2016 +0000
@@ -1,5 +1,9 @@
 /* Example of Reading all the ADC pins available on the Nucleo_F303K8. 
- by Joseph Ellsworth CTO A2WH -  Free for all but no warranty, no promises */
+ 
+  By Joseph Ellsworth CTO of A2WH
+  Take a look at A2WH.com Producing Water from Air using Solar Energy
+  March-2016 License: https://developer.mbed.org/handbook/MIT-Licence 
+*/
 
 #include "mbed.h"