Delete external_lcd.hpp

This commit is contained in:
Siwat Sirichai 2023-09-30 14:27:02 +07:00
parent a169d71d30
commit 77dbf204fa
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#include <EasyNextionLibrary.h>
#ifndef trigger_h
#include "trigger.h"
#endif
#ifndef EXTERNAL_LCD_LOADED
#define EXTERNAL_LCD_LOADED
#include "user_code.hpp"
class ExternalLCD: public EasyNex {
protected:
void callTriggerFunction();
};
#endif