Interrupt Spielereien

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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
diff -r c880c990b9b9 -r afd73f8f51fe main.cpp
--- 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() {