Skip to content

Instantly share code, notes, and snippets.

@indefinit
Created March 24, 2026 18:42
Show Gist options
  • Select an option

  • Save indefinit/c6f84eb9a368fb15e872c2300cd83419 to your computer and use it in GitHub Desktop.

Select an option

Save indefinit/c6f84eb9a368fb15e872c2300cd83419 to your computer and use it in GitHub Desktop.
Arduino delay() blocking example
void loop() {
Serial.println("Hello!");
delay(1000); // Wait 1 second before looping again
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment