|
LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
|
#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) |
| uint8_t LCM_Relay_Apply | ( | uint8_t | relay_state | ) |
Definition at line 143 of file lcm_relay.c.
References LCM_ERR_GPIO_CLEAR, LCM_ERR_GPIO_CLEAR_ALL, LCM_ERR_GPIO_GET, LCM_ERR_GPIO_SET, LCM_ERR_GPIO_SET_ALL, LCM_ERR_NONE, LCM_RELAY_COUNT, and s_relay_gpio.
Referenced by LCM_Module_Init(), and LCM_UpdateRelayGpio().
| 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().