parent
71e7af4624
commit
6edef21351
1 changed files with 5 additions and 0 deletions
5
src/external_lcd.cpp
Normal file
5
src/external_lcd.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <external_lcd.hpp>
|
||||
void ExternalLCD::callTriggerFunction() {
|
||||
uint8_t touch_hex = Serial2.read();
|
||||
external_lcd_callback(touch_hex);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue