Files
tactility/Devices/waveshare-s3-touch-lcd-43/source/module.cpp
T
2026-07-23 23:28:09 +02:00

10 lines
135 B
C++

#include <tactility/module.h>
extern "C" {
Module waveshare_s3_touch_lcd_43_module = {
.name = "waveshare-s3-touch-lcd-43"
};
}