This commit is contained in:
Siwat Sirichai 2023-09-30 15:42:44 +07:00
parent 3409ed8fb7
commit 9d96b2b5b3
1438 changed files with 117700 additions and 18 deletions

View file

@ -11,7 +11,7 @@
#define RXD2 17
#ifdef ENABLE_EXTERNAL_LCD
extern EasyNex user_panel;
#define ESPMega_EXTLCD Serial2
#endif
// User Defined Functions
@ -19,9 +19,9 @@ void user_pre_init();
void user_init();
void user_loop();
void virtual_interrupt_user_callback(int pin, int state);
void pwm_changed_user_callback(int pin);
void timer_tick_callback();
void external_lcd_callback(int touch_hex);
void timer_tick_callback();
void bt0PopCallback(void *ptr);
// ESPMega IoT Core Build-in Functions