first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
|
||||
// **********************************************************
|
||||
void Task_Serial_Blink_Example() {
|
||||
// **********************************************************
|
||||
|
||||
|
||||
Serial.println(".");
|
||||
}
|
||||
|
||||
// **********************************************************
|
||||
void Task_input_check() {
|
||||
// **********************************************************
|
||||
|
||||
// check LCDML inputs
|
||||
LCDML.loop_control();
|
||||
}
|
||||
|
||||
// **********************************************************
|
||||
void Task_LCDMenuLib() {
|
||||
// **********************************************************
|
||||
|
||||
|
||||
LCDML.loop_menu();
|
||||
}
|
||||
Reference in New Issue
Block a user