From 5e7050e3c9ec8c1e35a80f9cdd1ab0c918f3e060 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 21 Aug 2024 16:32:06 +0800 Subject: [PATCH] Add relay source code --- hal/api/led.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hal/api/leds.h b/hal/api/led.h similarity index 96% rename from hal/api/leds.h rename to hal/api/led.h index f8f827c..b486bcf 100644 --- a/hal/api/leds.h +++ b/hal/api/led.h @@ -2,7 +2,7 @@ * Copyright: (C) 2024 LingYun IoT System Studio * All rights reserved. * - * Filename: led.c + * Filename: led.h * Description: This file is used to control RGB 3-colors LED * * @@ -15,8 +15,8 @@ * ********************************************************************************/ -#ifndef _LEDS_H_ -#define _LEDS_H_ +#ifndef _LED_H_ +#define _LED_H_ #include "gpiod.h" -- Gitblit v1.9.1