|
|
@ -201,13 +201,13 @@ void loop() {
|
|
|
|
UI_EventProc(EV_UI_TICK_10MS);
|
|
|
|
UI_EventProc(EV_UI_TICK_10MS);
|
|
|
|
UI_CheckEvent();
|
|
|
|
UI_CheckEvent();
|
|
|
|
|
|
|
|
|
|
|
|
LedBoard.loop();
|
|
|
|
LedBoard.update();
|
|
|
|
LedChOn1.loop();
|
|
|
|
LedChOn1.update();
|
|
|
|
LedChOn2.loop();
|
|
|
|
LedChOn2.update();
|
|
|
|
LedInc1.loop();
|
|
|
|
LedInc1.update();
|
|
|
|
LedDec1.loop();
|
|
|
|
LedDec1.update();
|
|
|
|
LedInc2.loop();
|
|
|
|
LedInc2.update();
|
|
|
|
LedDec2.loop();
|
|
|
|
LedDec2.update();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// execute every 100ms ******************************************************
|
|
|
|
// execute every 100ms ******************************************************
|
|
|
|
if (Tmr100ms.Check(t)) {
|
|
|
|
if (Tmr100ms.Check(t)) {
|
|
|
|