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.
Revision 9:4be9eeb39a36, committed 2018-11-30
- Comitter:
 - O_Thom
 - Date:
 - Fri Nov 30 13:32:06 2018 +0000
 - Parent:
 - 8:df979097cc71
 - Commit message:
 - Minor
 
Changed in this revision
| sample_hardware.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/sample_hardware.cpp Thu Dec 07 15:28:16 2017 +0000 +++ b/sample_hardware.cpp Fri Nov 30 13:32:06 2018 +0000 @@ -16,7 +16,7 @@ DigitalIn SW1(PE_12); DigitalIn SW2(PE_14); //Serial pc(USBTX, USBRX); -AnalogIn adcIn(PA_0); +AnalogIn adcIn(A0); //Environmental Sensor driver #ifdef BME