Code for Browonout Generator box
Revision 10:a0212b37673b, committed 2020-02-17
- 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 |
--- 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);
}