Skip to content

three seconds is better#1565

Open
ITsec400 wants to merge 1 commit into
schacon:masterfrom
ITsec400:slow-blink
Open

three seconds is better#1565
ITsec400 wants to merge 1 commit into
schacon:masterfrom
ITsec400:slow-blink

Conversation

@ITsec400

Copy link
Copy Markdown

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

Comment thread blink.ino
void loop() {
digitalWrite(led, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
delay(3000); // wait for a second

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it would be better if the light was off for 4 seconds and on for just3.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok done

@ITsec400 ITsec400 closed this Jan 17, 2026
@ITsec400 ITsec400 reopened this Jan 17, 2026
@ITsec400

Copy link
Copy Markdown
Author

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant