mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-06-19 04:15:06 +00:00
16 lines
239 B
C
16 lines
239 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/ina226.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(ina226, struct Ina226Config)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|