LED_Blinking() function
Set LED2 to Blinking mode for an infinite loop (toggle period based on value provided as input parameter).
Syntax
void LED_Blinking(uint32_t Period); Arguments
Period
Period of time (in ms) between each toggling of LED This parameter can be user defined values. Pre-defined values used in that example are : @arg LED_BLINK_FAST : Fast Blinking @arg LED_BLINK_SLOW : Slow Blinking @arg LED_BLINK_ERROR : Error specific Blinking
Return value
None