iot-firmware/src/espmega_iot_external_lcd.cpp

5 lines
156 B
C++

#include <espmega_iot_external_lcd.hpp>
void ExternalLCD::callTriggerFunction() {
uint8_t touch_hex = Serial2.read();
ext_lcd_callback(touch_hex);
}