10 lines
107 B
C++
10 lines
107 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module lilygo_thmi_module = {
|
|
.name = "lilygo-thmi"
|
|
};
|
|
|
|
}
|