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

10 lines
107 B
C++

#include <tactility/module.h>
extern "C" {
Module lilygo_thmi_module = {
.name = "lilygo-thmi"
};
}