<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/8808" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2014-01-20T16:00:22+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/8808</id>

		<entry>
		<author><name><![CDATA[Ross_ValuSoft]]></name></author>
		<updated>2014-01-20T16:00:22+02:00</updated>

		<published>2014-01-20T16:00:22+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26477#p26477</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26477#p26477"/>
		<title type="html"><![CDATA[Re: HIDKeys: usage of PD1]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26477#p26477"><![CDATA[
Many thanks for your reply.<br /><br />Cheers,<br /><br />Ross<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7724">Ross_ValuSoft</a> — Mon Jan 20, 2014 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blargg]]></name></author>
		<updated>2014-01-20T02:53:15+02:00</updated>

		<published>2014-01-20T02:53:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26474#p26474</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26474#p26474"/>
		<title type="html"><![CDATA[Re: HIDKeys: usage of PD1]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26474#p26474"><![CDATA[
Looking at the tiny schematic on HIDKeys' page, it says PD1 is TX. usbdrv includes optional debugging output over TX. If you don't need it, then I see no reason why it can't be used for an extra key.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20076">blargg</a> — Mon Jan 20, 2014 2:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ross_ValuSoft]]></name></author>
		<updated>2014-01-19T11:30:58+02:00</updated>

		<published>2014-01-19T11:30:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26467#p26467</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26467#p26467"/>
		<title type="html"><![CDATA[Re: HIDKeys: usage of PD1]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26467#p26467"><![CDATA[
Too difficult to answer?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7724">Ross_ValuSoft</a> — Sun Jan 19, 2014 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ross_ValuSoft]]></name></author>
		<updated>2014-01-17T14:59:42+02:00</updated>

		<published>2014-01-17T14:59:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26445#p26445</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26445#p26445"/>
		<title type="html"><![CDATA[HIDKeys: usage of PD1]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8808&amp;p=26445#p26445"><![CDATA[
Hi all.<br /><br />The HIDKeys sample application provides for 17 keys. <br />The pin assignments include &quot;PD1 debug tx&quot;.<br />The circuit diagram shows PD1 disconnected and yet a portion of the &quot;hardwareInit&quot; function states...<br /><div class="codebox"><p>Code: </p><pre><code>    <br />DDRD = 0x07;    /* 0000 0111 bin: all pins input except USB (-&gt; USB reset) */<br />   j = 0;<br />   while(--j){     /* USB Reset by device only required on Watchdog Reset */<br />      i = 0;<br />      while(--i); /* delay &gt;10ms for USB reset */<br />   }<br />    DDRD = 0x02;    /* 0000 0010 bin: remove USB reset condition */<br /></code></pre></div><br /><br />What is the reason for this assignment and treatment of PD1?<br /><br />Could PD1 be used to expand the 17 keys to 18 keys instead?<br /><br />Many thanks,<br /><br />Ross<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7724">Ross_ValuSoft</a> — Fri Jan 17, 2014 2:59 pm</p><hr />
]]></content>
	</entry>
	</feed>
