LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-21 d48b80fc277cb123738461b6125a58ffe9923019
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