From 85fe97335d3b956e73761fad38a534fab3de3874 Mon Sep 17 00:00:00 2001
From: Aloba <alobaolalekann@gmail.com>
Date: Fri, 4 Feb 2022 16:18:51 +0100
Subject: [PATCH 1/2] Update Github_Tutorial.ino

Changed return value from byte to int
---
 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 220eedbfb1068b4a84a56d190f79ccda7d9ffd44 Mon Sep 17 00:00:00 2001
From: Aloba <alobaolalekann@gmail.com>
Date: Fri, 4 Mar 2022 15:58:10 +0100
Subject: [PATCH 2/2] Learning: Local Copy

Learning how these changes work on my local working copy
---
 Github_Tutorial.ino | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino
index 2307fbe..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).