Files at this revision

API Documentation at this revision

Comitter:
el16ba
Date:
Mon Feb 17 16:16:19 2020 +0000
Parent:
9:71eab0a4ceef
Commit message:
commenting

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 71eab0a4ceef -r a0212b37673b main.cpp
--- a/main.cpp	Mon Feb 17 16:07:13 2020 +0000
+++ b/main.cpp	Mon Feb 17 16:16:19 2020 +0000
@@ -265,7 +265,7 @@
 
     cycle_timeout(tOn,tOff);
     while(flg_lend) {
-        led2 = !led2;
+        led2 = !led2;                                                           //does not run without led2 flashing for unknown reasons
         if(flg_loop0 and flg_loop1) {
             cycle_timeout(tOn,tOff);
         }