<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.luntti.net/index.php?action=history&amp;feed=atom&amp;title=Arduino_Potentiometer_Simple_Code</id>
	<title>Arduino Potentiometer Simple Code - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.luntti.net/index.php?action=history&amp;feed=atom&amp;title=Arduino_Potentiometer_Simple_Code"/>
	<link rel="alternate" type="text/html" href="https://wiki.luntti.net/index.php?title=Arduino_Potentiometer_Simple_Code&amp;action=history"/>
	<updated>2026-04-09T02:33:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.luntti.net/index.php?title=Arduino_Potentiometer_Simple_Code&amp;diff=12745&amp;oldid=prev</id>
		<title>Mol: Created page with &quot;== Introduction ==  Potentiometer   == Code 1 ==  &lt;syntaxhighlight lang=&quot;C&quot;&gt; int potVal = 0;   void setup() {   Serial.begin(9600); }  void loop(){   potVal = analogRead(A0);    Serial.println( potVal ); } &lt;/syntaxhighlight&gt;    == Code 2 ==&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.luntti.net/index.php?title=Arduino_Potentiometer_Simple_Code&amp;diff=12745&amp;oldid=prev"/>
		<updated>2024-11-29T13:46:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  Potentiometer   == Code 1 ==  &amp;lt;syntaxhighlight lang=&amp;quot;C&amp;quot;&amp;gt; int potVal = 0;   void setup() {   Serial.begin(9600); }  void loop(){   potVal = analogRead(A0);    Serial.println( potVal ); } &amp;lt;/syntaxhighlight&amp;gt;    == Code 2 ==&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Potentiometer &lt;br /&gt;
&lt;br /&gt;
== Code 1 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
int potVal = 0; &lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop(){&lt;br /&gt;
  potVal = analogRead(A0); &lt;br /&gt;
  Serial.println( potVal );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code 2 ==&lt;/div&gt;</summary>
		<author><name>Mol</name></author>
	</entry>
</feed>