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