From 49c87af8adde37cc21a706254ee5f3b566134c84 Mon Sep 17 00:00:00 2001 From: evensenh <59714226+evensenh@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:26:17 -0400 Subject: [PATCH 1/4] Update Github_Tutorial.ino --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 80143fc..2307fbe 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: "); From a89c74cd50a512ef578f809c090e5d63788c4dd7 Mon Sep 17 00:00:00 2001 From: evensenh <59714226+evensenh@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:29:37 -0400 Subject: [PATCH 2/4] Update Github_Tutorial.ino --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 2307fbe..937c100 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -1,7 +1,7 @@ /* 12-29-2012 Spark Fun Electronics - Nathan Seidle + Nathan Seidle **and HTE** This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license). From 6911ea2ea3594e8e0b984bd1645ec4596ce2ab25 Mon Sep 17 00:00:00 2001 From: evensenh <59714226+evensenh@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:33:38 -0400 Subject: [PATCH 3/4] Update Github_Tutorial.ino --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 937c100..2307fbe 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -1,7 +1,7 @@ /* 12-29-2012 Spark Fun Electronics - Nathan Seidle **and HTE** + Nathan Seidle This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license). From 54835692210e2f676748706618e3706418a17adf Mon Sep 17 00:00:00 2001 From: evensenh <59714226+evensenh@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:42:07 -0400 Subject: [PATCH 4/4] Update Github_Tutorial.ino --- Github_Tutorial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 80143fc..2307fbe 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: ");