|
@@ -30,7 +30,7 @@ void setup (USER_MODE) {
|
|
void loop (USER_MODE) {
|
|
void loop (USER_MODE) {
|
|
if (gPerformCount) {
|
|
if (gPerformCount) {
|
|
incrementations(MODE);
|
|
incrementations(MODE);
|
|
- if (5000 <= millis (MODE)) {
|
|
|
|
|
|
+ if (5000000 <= micros (MODE)) {
|
|
gPerformCount = false ;
|
|
gPerformCount = false ;
|
|
gotoLineColumn (MODE_ 0, 0) ;
|
|
gotoLineColumn (MODE_ 0, 0) ;
|
|
printUnsigned (MODE_ gCount1) ;
|
|
printUnsigned (MODE_ gCount1) ;
|