Revision history of "Arduino: Time dengan Milis Periodik"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:48, 23 February 2016Onnowpurbo talk contribs 395 bytes +395 New page: Sumber: https://www.arduino.cc/en/Reference/Millis ==Code== unsigned long time; void setup(){ Serial.begin(9600); } void loop(){ Serial.print("Time: "); time = millis(); ...