mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
10 lines
107 B
C++
10 lines
107 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module lilygo_thmi_module = {
|
|
.name = "lilygo-thmi"
|
|
};
|
|
|
|
}
|