schacon / blink

Example file to blink the LED on an Arduino
96 stars 2.04k forks source link

three seconds is better #1358

Closed cowboy3617 closed 9 months ago

cowboy3617 commented 9 months ago

Studies have shown that 3 seconds is far better LED delay than 1 second.

https://studies.example.com/optimal-led-delays.html

cowboy3617 commented 9 months ago

If you make that change. I'll be happy to marge this.

cowboy3617 commented 9 months ago

I changed it to 4 seconds and also removed some trailing whitespace that I found. Anything else you would like me to do?