Delete external_lcd.hpp
This commit is contained in:
parent
a169d71d30
commit
77dbf204fa
|
@ -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
|
Loading…
Reference in New Issue