mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-19 08:25:06 +00:00
8 lines
200 B
C
8 lines
200 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <lilygo/drivers/tpager_encoder.h>
|
|
|
|
DEFINE_DEVICETREE(tpager_encoder, struct TpagerEncoderConfig)
|