Delete external_lcd.cpp

This commit is contained in:
Siwat Sirichai 2023-09-30 14:26:56 +07:00
parent a4fcda3641
commit a169d71d30
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#include <external_lcd.hpp>
void ExternalLCD::callTriggerFunction() {
uint8_t touch_hex = Serial2.read();
external_lcd_callback(touch_hex);
}