8 lines
173 B
C
8 lines
173 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/cst816t.h>
|
|
|
|
DEFINE_DEVICETREE(cst816t, struct Cst816tConfig)
|