mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-19 16:35:05 +00:00
8 lines
167 B
C
8 lines
167 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/gt911.h>
|
|
|
|
DEFINE_DEVICETREE(gt911, struct Gt911Config)
|