From 24e84671bfe6ad945cef36656952114b015849f0 Mon Sep 17 00:00:00 2001 From: Gary Ingram Date: Sat, 13 Apr 2013 10:35:47 -0600 Subject: [PATCH] Fixed it --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 67a5288..f74ed18 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -21,7 +21,7 @@ void setup() void loop() { - byte myValue = 0; + int myValue = 0; myValue = analogRead(A0); Serial.print("The value is: ");