#include #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