Files
tactility/Devices/waveshare-esp32-s3-rlcd/source/module.cpp
T
2026-07-23 23:16:58 -04:00

11 lines
184 B
C++

// SPDX-License-Identifier: Apache-2.0
#include <tactility/module.h>
extern "C" {
Module waveshare_esp32_s3_rlcd_module = {
.name = "waveshare-esp32-s3-rlcd"
};
} // extern "C"