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 2:afd73f8f51fe, committed 2019-12-16
- Comitter:
- Ursukar
- Date:
- Mon Dec 16 18:26:02 2019 +0000
- Parent:
- 1:c880c990b9b9
- Commit message:
- Interrupt Spielereien
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Dec 16 18:22:04 2019 +0000 +++ b/main.cpp Mon Dec 16 18:26:02 2019 +0000 @@ -21,7 +21,7 @@ void toggle_led1() { - myleds = 0x01; + myleds = myleds | 0x01; } void turn_all_Led_on() {