diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 80143fc..5a0469c 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -2,6 +2,7 @@ 12-29-2012 Spark Fun Electronics Nathan Seidle + Holla! This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license). @@ -21,7 +22,7 @@ void setup() void loop() { - byte myValue = 0; + int myValue = 0; myValue = analogRead(A0); Serial.print("The value is: ");