mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
8 lines
196 B
C
8 lines
196 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/drivers/rgb_led_gpio.h>
|
|
|
|
DEFINE_DEVICETREE(rgb_led_gpio, struct RgbLedGpioConfig)
|