mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
16 lines
269 B
C
16 lines
269 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/drivers/battery_sense.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(battery_sense, struct BatterySenseConfig)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|