mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
17 lines
297 B
C
17 lines
297 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/bindings/gpio.h>
|
|
#include <tactility/drivers/esp32_gpio.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(esp32_gpio, struct Esp32GpioConfig)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|