27 lines
579 B
27 lines
579 B
5 years ago
|
|
||
|
|
||
|
|
||
|
// **********************************************************
|
||
|
void Task_Serial_Blink_Example() {
|
||
|
// **********************************************************
|
||
|
|
||
|
|
||
|
Serial.println(".");
|
||
|
}
|
||
|
|
||
|
// **********************************************************
|
||
|
void Task_input_check() {
|
||
|
// **********************************************************
|
||
|
|
||
|
// check LCDML inputs
|
||
|
LCDML.loop_control();
|
||
|
}
|
||
|
|
||
|
// **********************************************************
|
||
|
void Task_LCDMenuLib() {
|
||
|
// **********************************************************
|
||
|
|
||
|
|
||
|
LCDML.loop_menu();
|
||
|
}
|