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.
Fork of Blinky by
Revision 11:524d13eb7d5e, committed 2018-01-15
- Comitter:
- RichardAmes
- Date:
- Mon Jan 15 15:28:26 2018 +0000
- Parent:
- 10:f5dfd33d5431
- Commit message:
- Updated mapping for IN4
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 15 04:11:02 2018 +0000 +++ b/main.cpp Mon Jan 15 15:28:26 2018 +0000 @@ -12,7 +12,7 @@ DigitalOut in1 = DigitalOut(EXT2); DigitalOut in2 = DigitalOut(EXT3); DigitalOut in3 = DigitalOut(EXT4); -DigitalOut in4 = DigitalOut(EXT4); +DigitalOut in4 = DigitalOut(EXT5); int state;