Skip to content

Commit cc2902d

Browse files
Update Github_Tutorial.ino
I have changed the part of the code once agian
1 parent 154d8a9 commit cc2902d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Github_Tutorial.ino

Lines changed: 2 additions & 2 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 value of this is: ");
27+
Serial.print("The Rate of this is: ");
2828
Serial.println(myRate is);
2929

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

0 commit comments

Comments
 (0)