Created
July 16, 2014 08:10
-
-
Save dunz0r/d5a7298e46cc1fcbb0f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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