diff --git a/Github_Tutorial.ino b/Github_Tutorial.ino index 80143fc..065a4d2 100644 --- a/Github_Tutorial.ino +++ b/Github_Tutorial.ino @@ -21,12 +21,12 @@ void setup() void loop() { - byte myValue = 0; + int myValue = 0; myValue = analogRead(A0); - Serial.print("The value is: "); - Serial.println(myValue); + Serial.print("The Real Value is: "); + Serial.println(myValue is); - delay(250); + delay(600); } diff --git a/README.md b/README.md index 62702d5..8c27142 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Github_Tutorial -A very basic and flawed piece of code to show how Github GUI works. +A very basic and flawed piece of code to show how Github GUI works. it is very usefull software. The accompanied tutorial can be found here: https://learn.sparkfun.com/tutorials/using-github +for more information click on the following link. -More information at -https://guides.github.com/activities/hello-world/