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.cpp
- Revision:
- 11:d13596393d56
- Parent:
- 10:9b04c532b57b
- Parent:
- 9:7b9094864268
- Child:
- 12:6fe33785b0f4
--- a/main.cpp Thu Oct 06 11:32:59 2022 +0000 +++ b/main.cpp Thu Oct 06 11:36:30 2022 +0000 @@ -132,6 +132,14 @@ if ledNumber == 1{ DigitalOut led1(state); } - + if ledNumber == 2{ + DigitalOut led1(state); + } + if ledNumber == 3{ + DigitalOut led1(state); + } + if ledNumber == 4{ + DigitalOut led1(state); + } }