<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ATtiny84_enable_pullup_resistors</id>
	<title>ATtiny84 enable pullup resistors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ATtiny84_enable_pullup_resistors"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=ATtiny84_enable_pullup_resistors&amp;action=history"/>
	<updated>2026-06-13T07:53:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=ATtiny84_enable_pullup_resistors&amp;diff=967&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;     * If PORTxn is written logic one when the pin is configured as an input pin, the pull-up resistor is activated.  &lt;pre&gt;   pinMode(PB0,INPUT);     // set PB0 as input   digita…&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=ATtiny84_enable_pullup_resistors&amp;diff=967&amp;oldid=prev"/>
		<updated>2012-08-16T01:52:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;     * If PORTxn is written logic one when the pin is configured as an input pin, the pull-up resistor is activated.  &amp;lt;pre&amp;gt;   pinMode(PB0,INPUT);     // set PB0 as input   digita…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;   &lt;br /&gt;
&lt;br /&gt;
* If PORTxn is written logic one when the pin is configured as an input pin, the pull-up resistor is activated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  pinMode(PB0,INPUT);     // set PB0 as input&lt;br /&gt;
  digitalWrite(PB0,HIGH); // enable the internal pull-up resistor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* If PORTxn is written logic one when the pin is configured as an output pin, the port pin is driven high (one).&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>