65 #ifndef FOXBMS__LED_H_
66 #define FOXBMS__LED_H_
73 #define LED_NORMAL_OPERATION_ON_OFF_TIME_ms (500u)
75 #define LED_ERROR_OPERATION_ON_OFF_TIME_ms (100u)
General macros and definitions for the whole platform.
void LED_SetToggleTime(uint32_t onOffTime_ms)
Set debug LED with defined frequency.
void LED_SetDebugLed(void)
Turn debug LED on.
void LED_Trigger(void)
Trigger function to periodically toggle debug LED. Frequency can be set via function LED_SetToggleTim...