<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2024-12-12</id>
	<title>Blog: 2024-12-12 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2024-12-12"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2024-12-12&amp;action=history"/>
	<updated>2026-04-06T23:15:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=Blog:_2024-12-12&amp;diff=1134&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;arduino led and buzzer  &lt;pre&gt; void setup() {   // put your setup code here, to run once:   //pinMode(LED_BUILTIN, OUTPUT);   pinMode(13, OUTPUT);   pinMode(12, OUTPUT);    pinMode(9, OUTPUT); }  void loop() {   // put your main code here, to run repeatedly:   digitalWrite(13, HIGH);   digitalWrite(12, LOW);   //tone(9, 16000);   tone(9, 440);   delay(1000);   //tone(9, 10);   noTone(9);   digitalWrite(13, LOW);   digitalWrite(12, HIGH);   delay(1000); } &lt;/pre&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2024-12-12&amp;diff=1134&amp;oldid=prev"/>
		<updated>2024-12-13T05:47:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;arduino led and buzzer  &amp;lt;pre&amp;gt; void setup() {   // put your setup code here, to run once:   //pinMode(LED_BUILTIN, OUTPUT);   pinMode(13, OUTPUT);   pinMode(12, OUTPUT);    pinMode(9, OUTPUT); }  void loop() {   // put your main code here, to run repeatedly:   digitalWrite(13, HIGH);   digitalWrite(12, LOW);   //tone(9, 16000);   tone(9, 440);   delay(1000);   //tone(9, 10);   noTone(9);   digitalWrite(13, LOW);   digitalWrite(12, HIGH);   delay(1000); } &amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;arduino led and buzzer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void setup() {&lt;br /&gt;
  // put your setup code here, to run once:&lt;br /&gt;
  //pinMode(LED_BUILTIN, OUTPUT);&lt;br /&gt;
  pinMode(13, OUTPUT);&lt;br /&gt;
  pinMode(12, OUTPUT);&lt;br /&gt;
&lt;br /&gt;
  pinMode(9, OUTPUT);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  // put your main code here, to run repeatedly:&lt;br /&gt;
  digitalWrite(13, HIGH);&lt;br /&gt;
  digitalWrite(12, LOW);&lt;br /&gt;
  //tone(9, 16000);&lt;br /&gt;
  tone(9, 440);&lt;br /&gt;
  delay(1000);&lt;br /&gt;
  //tone(9, 10);&lt;br /&gt;
  noTone(9);&lt;br /&gt;
  digitalWrite(13, LOW);&lt;br /&gt;
  digitalWrite(12, HIGH);&lt;br /&gt;
  delay(1000);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>