Skip to content
Prev Previous commit
Next Next commit
Update Github_Tutorial.ino
I have changed the part of the code once agian
  • Loading branch information
mojeebgithub1 authored Oct 24, 2023
commit cc2902d9b9b3ae594c65a68f696e225e922cf509
4 changes: 2 additions & 2 deletions Github_Tutorial.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ void loop()
int myValue = 0;
myValue = analogRead(A0);

Serial.print("The value of this is: ");
Serial.print("The Rate of this is: ");
Serial.println(myRate is);

delay(400);
delay(700);
}