Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Homepage
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#?