<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%3A_Time_dengan_Milis_Periodik</id>
	<title>Arduino: Time dengan Milis Periodik - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%3A_Time_dengan_Milis_Periodik"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Arduino:_Time_dengan_Milis_Periodik&amp;action=history"/>
	<updated>2026-04-19T20:46:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Arduino:_Time_dengan_Milis_Periodik&amp;diff=45783&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Sumber: https://www.arduino.cc/en/Reference/Millis   ==Code==   unsigned long time;    void setup(){    Serial.begin(9600);  }  void loop(){    Serial.print(&quot;Time: &quot;);    time = millis(); ...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Arduino:_Time_dengan_Milis_Periodik&amp;diff=45783&amp;oldid=prev"/>
		<updated>2016-02-23T09:48:55Z</updated>

		<summary type="html">&lt;p&gt;New page: Sumber: https://www.arduino.cc/en/Reference/Millis   ==Code==   unsigned long time;    void setup(){    Serial.begin(9600);  }  void loop(){    Serial.print(&amp;quot;Time: &amp;quot;);    time = millis(); ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: https://www.arduino.cc/en/Reference/Millis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Code==&lt;br /&gt;
&lt;br /&gt;
 unsigned long time;&lt;br /&gt;
 &lt;br /&gt;
 void setup(){&lt;br /&gt;
   Serial.begin(9600);&lt;br /&gt;
 }&lt;br /&gt;
 void loop(){&lt;br /&gt;
   Serial.print(&amp;quot;Time: &amp;quot;);&lt;br /&gt;
   time = millis();&lt;br /&gt;
   //prints time since program started&lt;br /&gt;
   Serial.println(time);&lt;br /&gt;
   // wait a second so as not to send massive amounts of data&lt;br /&gt;
   delay(1000);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://www.arduino.cc/en/Reference/Millis&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>