Skip to content

Change delay to 3 seconds#1582

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

Change delay to 3 seconds#1582
elmerjani wants to merge 1 commit into
schacon:masterfrom
elmerjani:slow-blink

Conversation

@elmerjani

@elmerjani elmerjani commented Mar 20, 2026

Copy link
Copy Markdown

Change delay to 3 seconds
this is a ref to another PR #1578 also we can do tonychacon#1 or schacon/kidgloves#2
Things needed to be done

  • Document the code
  • Write the code
  • Write all unit tests

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.

change this to 4s

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.

See my commit 2aa6816

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.

you mean this comment 10d5396

Comment thread blink.ino
@@ -18,7 +18,7 @@ void setup() {
// the loop routine runs over and over again forever:
void loop() {

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.

this method is so good, see also this PR #1582 or even better tonychacon#1 isssu or schacon/kidgloves#1

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