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: main.h
- Revision:
- 30:c58316bab0fb
- Parent:
- 23:bb0063d3d791
--- a/main.h Fri Nov 02 23:39:52 2018 +0000 +++ b/main.h Mon Dec 10 19:38:11 2018 +0000 @@ -66,9 +66,9 @@ AnalogIn temperatureSensor(A0); DigitalOut nucleoLED(LED1); DigitalIn slideSwitch(D12); -DigitalOut blueLED(D11); +DigitalOut greenLED(D11); DigitalOut redLED(D10); -DigitalOut greenLED(D9); +DigitalOut blueLED(D9); /* Function Declarations -----------------------------------------------------*/