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 4:fb7a9c8b563e, committed 2021-02-02
- Comitter:
- ajp109
- Date:
- Tue Feb 02 20:56:25 2021 +0000
- Parent:
- 3:d230011f6c3b
- Child:
- 5:f681b2ab68e6
- Commit message:
- Fix pins to match script
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Feb 02 20:55:13 2021 +0000
+++ b/main.cpp Tue Feb 02 20:56:25 2021 +0000
@@ -7,8 +7,8 @@
// Initialise the digital pins D2 to D5 as outputs
DigitalOut blue(D2);
DigitalOut red(D3);
- DigitalOut green(D4);
- DigitalOut yellow(D5);
+ DigitalOut yellow(D4);
+ DigitalOut green(D5);
// Call your function here