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.
Diff: circuitDude.hpp
- Revision:
- 6:e86e6adbc3e8
- Parent:
- 5:c4daa770f214
- Child:
- 7:fb7e549d1cf6
--- a/circuitDude.hpp Sat Jan 07 21:52:01 2017 +0100
+++ b/circuitDude.hpp Sat Jan 07 22:03:21 2017 +0100
@@ -1918,6 +1918,8 @@
continuestate(2);
break;
case 2: //Main Menu
+ printf("levelchecker %d", levelchecker);
+
frame++;
drawtitle();
arduboy.fillRect(64, 0, 64, 64, BLACK);
@@ -1967,7 +1969,7 @@
}
}
}
- printf("levelchecker %d", levelchecker);
+ led3 = 0;
printmenuitem(levelchecker - 2, 2);
printmenuitem(levelchecker - 1, 10);
arduboy.drawLine(64, 19, 128, 19, WHITE);