mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
11 lines
154 B
C++
11 lines
154 B
C++
// SPDX-License-Identifier: Apache-2.0
|
|
#include <tactility/drivers/touch.h>
|
|
|
|
extern "C" {
|
|
|
|
const struct DeviceType TOUCH_TYPE {
|
|
.name = "touch"
|
|
};
|
|
|
|
}
|