<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Noise.cpp</id>
	<title>IoT - Modular - Noise.cpp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Noise.cpp"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Noise.cpp&amp;action=history"/>
	<updated>2026-05-22T15:10:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Noise.cpp&amp;diff=1555&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;==#includes, Defines, etc...==  &lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; #include &quot;libraries.h&quot; #include &quot;functions.h&quot; #include &quot;Noise.h&quot; &lt;/syntaxhighlight&gt;  ==Noise_init()==  &lt;s...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Noise.cpp&amp;diff=1555&amp;oldid=prev"/>
		<updated>2021-04-30T04:06:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==#includes, Defines, etc...==  &amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt; #include &amp;quot;libraries.h&amp;quot; #include &amp;quot;functions.h&amp;quot; #include &amp;quot;Noise.h&amp;quot; &amp;lt;/syntaxhighlight&amp;gt;  ==Noise_init()==  &amp;lt;s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==#includes, Defines, etc...==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;quot;libraries.h&amp;quot;&lt;br /&gt;
#include &amp;quot;functions.h&amp;quot;&lt;br /&gt;
#include &amp;quot;Noise.h&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Noise_init()==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
void Noise_init()&lt;br /&gt;
{&lt;br /&gt;
  char debugTEXT[46];&lt;br /&gt;
&lt;br /&gt;
  debug_SectionTitle(&amp;quot;Configuring Audio&amp;quot;);&lt;br /&gt;
    sprintf(debugTEXT, &amp;quot;Configured speaker/piezo on pin %d&amp;quot;, piezoPin);&lt;br /&gt;
  debug_LineOut(debugTEXT);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ScreamBloodyMurder()==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
void ScreamBloodyMurder()&lt;br /&gt;
{&lt;br /&gt;
    for (int counter = 0; counter &amp;lt; 5; counter++)&lt;br /&gt;
    {&lt;br /&gt;
        tone(piezoPin, 666);&lt;br /&gt;
        delay(500);&lt;br /&gt;
        noTone(piezoPin);&lt;br /&gt;
        tone(piezoPin, 333);&lt;br /&gt;
        delay(500);&lt;br /&gt;
        noTone(piezoPin);&lt;br /&gt;
    }&lt;br /&gt;
    debug_Action(&amp;quot;Holy POOP!  The Pumphouse is gonna flood!&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==STFU()==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
void STFU()&lt;br /&gt;
{&lt;br /&gt;
    noTone(piezoPin);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Boop()==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
void Boop()&lt;br /&gt;
{&lt;br /&gt;
    tone(piezoPin, 111);&lt;br /&gt;
        debug_Action(&amp;quot;BOOP!&amp;quot;);&lt;br /&gt;
        delay(125);&lt;br /&gt;
        noTone(piezoPin);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>