Blinking LED widget

I need to make my app led widget blinks. I could do that in my project using timer to toggle the led widget state, but this consumes some processing time. In addition, the time interval between led ON and OFF is not accurate due to delays in my project code and Blynk-ing.

3 Likes

I think this actually has some potential. A LED widget with automatic blinking when turned on.

1 Like

This would be great for alarming, when water tank is empty… Just an example:)

1 Like

Hi, for my new project a blinking LED would also be great. It would be ideal if the blinking frequency could be specified. Are there any ambitions to implement that feature?