11 lines
184 B
C++
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"
|