This code reads 5 analog inputs, converts them to string, then sends them over USART to PC. On PC LabVIEW app read and displays and logs values

Dependencies:   mbed

This code reads analog inputs form A0 to A4, which then gets converted to string and sent over USART.

String are parsed in the following manner:

Start char: $ Delimiter char: # End char: ?

example: Reading A01=2.53V and A02=1.2V the resulted parsed string would be: $2.530#1.200#?

Revision:
0:15f3699c39a5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Mar 29 15:49:15 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file