From 6647ee4a34378e72d77c3166892e9a7151493968 Mon Sep 17 00:00:00 2001 From: Mike H Date: Tue, 16 Jul 2013 21:19:39 -0600 Subject: [PATCH] Increased delay by 150ms --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 67a5288..80143fc 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -27,6 +27,6 @@ void loop() Serial.print("The value is: "); Serial.println(myValue); - delay(100); + delay(250); }