2026-07-23 00:15:40 +02:00

10 lines
131 B
C++

#include <tactility/module.h>
extern "C" {
Module waveshare_esp32_s3_geek_module = {
.name = "waveshare-esp32-s3-geek"
};
}