Mark Schwarzer / Mbed 2 deprecated Schwarzer_A4_1_Interrupts

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
markschwarzer
Date:
Mon Oct 12 23:50:00 2020 +0000
Parent:
2:39e295fcc23d
Commit message:
FINAL

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 12 23:30:08 2020 +0000
+++ b/main.cpp	Mon Oct 12 23:50:00 2020 +0000
@@ -19,7 +19,6 @@
     if (debounce.read_ms()>200); //allow toggle if debounce timer has passed 200 ms
     LEDOut1 = !LEDOut1;
     debounce.reset(); //restart timer at toggle
-
     
 }   
 void changeLED1() //the function that will be called by the ticker object.