Files
tactility/Devices/m5stack-cardputer/source/module.cpp
T
2026-07-23 23:28:09 +02:00

10 lines
119 B
C++

#include <tactility/module.h>
extern "C" {
Module m5stack_cardputer_module = {
.name = "m5stack-cardputer"
};
}