parent
9d96b2b5b3
commit
71e7af4624
|
@ -0,0 +1,12 @@
|
|||
#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