Skip to content

Commit b7b253e

Browse files
Update Github_Tutorial.ino
coding changed today
1 parent cc2902d commit b7b253e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Github_Tutorial.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ void loop()
2424
int myValue = 0;
2525
myValue = analogRead(A0);
2626

27-
Serial.print("The Rate of this is: ");
28-
Serial.println(myRate is);
27+
Serial.print("The Real Value is: ");
28+
Serial.println(myValue is);
2929

30-
delay(700);
30+
delay(500);
3131
}
3232

0 commit comments

Comments
 (0)