From d48b80fc277cb123738461b6125a58ffe9923019 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 21 Aug 2024 17:39:16 +0800 Subject: [PATCH] update cross compiler --- hal/api/relay.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/hal/api/relay.h b/hal/api/relay.h index c03cd9f..bf678b2 100644 --- a/hal/api/relay.h +++ b/hal/api/relay.h @@ -5,13 +5,6 @@ * Filename: relay.h * Description: This file is used to control relay * - * - * Pin connection: - * Relay Module IGKBoard-IMX6ULL - * VCC <-----> 5V - * I <-----> #Pin22 (GPIO3_IO23) - * GND <-----> GND - * ********************************************************************************/ #ifndef _RELAY_H_ -- Gitblit v1.9.1