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.

Revision:
2:9cc6c918161b
Parent:
1:a368dd17f04c
--- 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"