PSG14a emulator V1.00
PSG14a emulator for stating GTD350 engine
led_control.h File Reference

Contains led blinking function prototypes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Blink_Led (void)
 Pass-through function for led blinking Blinking is done according to the selected mode using the Blink_mode_t table element.
 

Detailed Description

Contains led blinking function prototypes.

mikl7.nosp@m.4@ya.nosp@m.hoo.c.nosp@m.om

Date
02-01-2019
Version
1.00

Function Documentation

◆ Blink_Led()

void Blink_Led ( void )

Pass-through function for led blinking Blinking is done according to the selected mode using the Blink_mode_t table element.

This function must be called in main while(1) cycle. It contains internal timers so it may be called at any frequency but the faster it's called, the more precision is got

References Get_State(), IsExpiredTimer(), ResetTimer(), and STATE_IDLE.

Referenced by mainCycleRun().

Here is the call graph for this function: