17#include "common/phal/gpio.h"
18#include "common/phal/spi.h"
35#define LED_5V_CRIT (12)
void LED_periodic()
Periodic LED function that toggles LEDs that need to be toggled.
Definition led.c:86
bool LED_control(int led, enum LED_state state)
Set, clear, or toggle a specified LED pin.
Definition led.c:20
uint8_t get_LED_status(int led)
Get the status of a specified LED pin.
Definition led.c:94