There was an error while loading. Please reload this page.
1 parent ea3de23 commit 660d091Copy full SHA for 660d091
Github_Tutorial.ino
@@ -24,7 +24,7 @@ void loop()
24
byte myValue = 0;
25
myValue = analogRead(A0);
26
27
- Serial.print("The valeu is: ");
+ Serial.print("The value is: ");
28
Serial.println(myValue);
29
30
delay(100);
0 commit comments