mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-19 08:25:06 +00:00
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/drv2605.h>
|
|
|
|
DEFINE_DEVICETREE(drv2605, struct Drv2605Config)
|