LED_Blinking() function
Set LED1 to Blinking mode for an infinite loop (toggle period based on value provided as input parameter).
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
Led
Specifies the Led to be configured. This parameter can be one of following parameters: @arg LED1 @arg LED2 @arg LED3
Return value
None