From be98d13782b05e7659f601980ef695a493d6bee1 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 21 Aug 2024 17:29:28 +0800 Subject: [PATCH] Add infrared source code --- hal/api/led.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/hal/api/led.h b/hal/api/led.h index 4f2937c..f2105ad 100644 --- a/hal/api/led.h +++ b/hal/api/led.h @@ -5,14 +5,6 @@ * Filename: led.h * Description: This file is used to control RGB 3-colors LED * - * - * Pin connection: - * RGB Led Module IGKBoard-IMX6ULL - * R <-----> #Pin36 (GPIO1_IO11) - * G <-----> #Pin38 (GPIO1_IO10) - * B <-----> #Pin40 (GPIO5_IO09) - * GND <-----> GND - * ********************************************************************************/ #ifndef _LED_H_ -- Gitblit v1.9.1