Skip to content

Commit dfb0259

Browse files
Update Github_Tutorial.ino
1 parent 5b21f89 commit dfb0259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Github_Tutorial.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ void setup()
2121

2222
void loop()
2323
{
24-
byte myValue = 0;
24+
int myValue = 0;
2525
myValue = analogRead(A0);
2626

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

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

0 commit comments

Comments
 (0)