We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd73a13 commit c4fcc24Copy full SHA for c4fcc24
Language/Functions/Time/millis.adoc
@@ -56,7 +56,7 @@ void loop() {
56
Serial.print("Time: ");
57
myTime = millis();
58
59
- Serial.println(myTime); //prints time since program started
+ Serial.println(myTime); // prints time since program started
60
delay(1000); // wait a second so as not to send massive amounts of data
61
}
62
----
0 commit comments