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.
Diff: sample_hardware.cpp
- Revision:
- 1:3250ba797c16
- Parent:
- 0:6f9f2e93a0be
- Child:
- 2:24eb98cf2376
diff -r 6f9f2e93a0be -r 3250ba797c16 sample_hardware.cpp --- a/sample_hardware.cpp Thu Nov 09 14:24:12 2017 +0000 +++ b/sample_hardware.cpp Tue Nov 14 15:15:50 2017 +0000 @@ -15,6 +15,7 @@ DigitalIn SW1(PE_12); DigitalIn SW2(PE_14); //Serial pc(USBTX, USBRX); +AnalogIn adcIn(A0); //POWER ON SELF TEST void post()