64 #ifndef FOXBMS__LED_H_
65 #define FOXBMS__LED_H_
72 #define LED_NORMAL_OPERATION_ON_OFF_TIME_ms (500u)
74 #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...