12 lines
255 B
C++
12 lines
255 B
C++
|
#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
|