Skip to content

Instantly share code, notes, and snippets.

@dunz0r
Created July 16, 2014 08:10
Show Gist options
  • Select an option

  • Save dunz0r/d5a7298e46cc1fcbb0f6 to your computer and use it in GitHub Desktop.

Select an option

Save dunz0r/d5a7298e46cc1fcbb0f6 to your computer and use it in GitHub Desktop.
#include <util/delay.h>
void setup() {
Serial.begin(9600);
}
void loop() {
_delay_ms(500)
Serial.println("Testing _delay_ms");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment