mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
18 lines
330 B
C
18 lines
330 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/drivers/esp32_i2s.h>
|
|
#include <tactility/drivers/esp32_gpio.h>
|
|
#include <driver/i2s_common.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(esp32_i2s, struct Esp32I2sConfig)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|