PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
led_control.h
Go to the documentation of this file.
1
9#ifndef SOURCES_BL_INCLUDE_LED_CONTROL_H_
10#define SOURCES_BL_INCLUDE_LED_CONTROL_H_
15void Blink_Led(void);
16
17#endif /* SOURCES_BL_INCLUDE_LED_CONTROL_H_ */
void Blink_Led(void)
Pass-through function for led blinking Blinking is done according to the selected mode using the Blin...
Definition led_control.c:36