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 | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/hal/api/relay.h b/hal/api/relay.h index bbdd1bd..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 <-----> #Pin31 - * GND <-----> GND - * ********************************************************************************/ #ifndef _RELAY_H_ @@ -67,4 +60,4 @@ /* toggle $which relay status */ int toggle_relay(int which); -#endif /* ----- #ifndef _relayS_H_ ----- */ +#endif -- Gitblit v1.9.1