LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
Loading...
Searching...
No Matches
lcm_relay.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

uint8_t LCM_Relay_Init (void)
 
uint8_t LCM_Relay_Apply (uint8_t relay_state)
 

Function Documentation

◆ LCM_Relay_Apply()

uint8_t LCM_Relay_Apply ( uint8_t relay_state)

◆ LCM_Relay_Init()

uint8_t LCM_Relay_Init ( void )

Definition at line 75 of file lcm_relay.c.

References LCM_ERR_GPIO_GET, LCM_ERR_GPIO_INIT, LCM_ERR_NONE, LCM_RELAY_COUNT, and s_relay_gpio.

Referenced by LCM_Module_Init().