<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LPC1769 Arduino GPIO functions in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596241#M31723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kled.89 on Sun May 20 11:30:28 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Superfred&lt;/STRONG&gt;&lt;BR /&gt;Hello kled.89,&lt;BR /&gt; &lt;BR /&gt;You posted the code of a Arduino Software Serial driver.&lt;BR /&gt;But you don't need a Software Serial on the 1769 because you have several Hardware Serial Interfaces.&lt;BR /&gt; &lt;BR /&gt;In the examples from LPCXpresso you can find several UART (=Hardware Serial) drivers.&lt;BR /&gt;If you have problems to port them please tell me, maybe I can help you.&lt;BR /&gt; &lt;BR /&gt;Fred&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Loo&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Fred,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to interface the LPC1769 to control the GPRS shield module from Arduino&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This website provides a simple setup code for this module in Arduino which I have difficulties trying to understand. &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.seeedstudio.com/wiki/index.php?title=GPRS_Shield_v0.9b&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would greatly appreciate if you could help. :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:56:51 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:56:51Z</dc:date>
    <item>
      <title>LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596235#M31717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Superfred on Mon Apr 02 08:18:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to simplify my GPIO access I ported some Arduino functions to my LPCXpresso1769:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pinMode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;digitalWrite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;digitalRead&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;millis&amp;nbsp;&amp;nbsp;&amp;nbsp; (needs CMSISv2p00_LPC17xx)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delay&amp;nbsp;&amp;nbsp; (needs CMSISv2p00_LPC17xx)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;maybe someone finds it useful, see attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that not all ports are tested, please tell me problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please respond if you are interrested in more functions like beep, serial,...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338092"&gt;1100720_src.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596235#M31717</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596236#M31718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renenguyen on Sat May 12 17:21:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Configuring the pin/dir for the LP1769 in Arduino make it easier to use, however i'm still not clear about the line code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; temp = ~(3 &amp;lt;&amp;lt; (temp &amp;lt;&amp;lt; 1));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what is meaning of "3" in there. Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rene'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596236#M31718</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596237#M31719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sun May 13 02:04:47 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: renenguyen&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; temp = ~(3 &amp;lt;&amp;lt; (temp &amp;lt;&amp;lt; 1));&lt;BR /&gt;&lt;BR /&gt;what is meaning of "3" in there.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
temp = pin;
temp = ~(3 &amp;lt;&amp;lt; (temp &amp;lt;&amp;lt; 1));
LPC_PINCON-&amp;gt;PINSEL0&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;= temp;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;3 = 2 bits set = 0b0011 &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code is resetting 2 bits in PINSEL register &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample: pin = 2[INDENT] (2 &amp;lt;&amp;lt;1) = 4&amp;nbsp;&amp;nbsp;&amp;nbsp; //pin *2,&amp;nbsp; each pin has 2 config bits, so jump to bit 4 for pin 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(3&amp;lt;&amp;lt; 4)&amp;nbsp;&amp;nbsp;&amp;nbsp; // set bit 4-5 for pin 2 = 0b0000 0000 0000 0000 0000 0000 00[COLOR=Red]11[/COLOR] 0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //create one's complement 0b1111 1111 1111 1111 1111 1111 11[COLOR=Red]00[/COLOR] 1111&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_PINCON-&amp;gt;PINSEL0&amp;nbsp;&amp;nbsp; &amp;amp;=&amp;nbsp;&amp;nbsp; // AND = reset bit 4-5 :eek:[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596237#M31719</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596238#M31720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Superfred on Sun May 13 08:30:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello renenguyen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see description in the manual (user.manual.lpc17xx.pdf):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;8.3 Pin function select register values&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The PINSEL registers control the functions of device pins as shown below. [B]Pairs[/B] of bits in these registers correspond to specific device pins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Table 75. Pin function select register bits&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PINSEL0 to PINSEL9 Values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]00[/B] Primary (default) function, typically [B]GPIO[/B] port 00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01 First alternate function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10 Second alternate function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11 Third alternate function[/SIZE]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3 is the inverted binary "00", and this means GPIO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By the way, I found a small problem in my library for Port2, here is the corrected version:&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596238#M31720</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596239#M31721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kled.89 on Wed May 16 20:28:13 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi I have a open source code from Arduino for a GPRS shiled module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am not sure how to modify the code to suit my LCP1769. Can anyone help? thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596239#M31721</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596240#M31722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Superfred on Thu May 17 08:42:14 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello kled.89,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You posted the code of a Arduino Software Serial driver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But you don't need a Software Serial on the 1769 because you have several Hardware Serial Interfaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the examples from LPCXpresso you can find several UART (=Hardware Serial) drivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have problems to port them please tell me, maybe I can help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fred&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Loo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596240#M31722</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596241#M31723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kled.89 on Sun May 20 11:30:28 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Superfred&lt;/STRONG&gt;&lt;BR /&gt;Hello kled.89,&lt;BR /&gt; &lt;BR /&gt;You posted the code of a Arduino Software Serial driver.&lt;BR /&gt;But you don't need a Software Serial on the 1769 because you have several Hardware Serial Interfaces.&lt;BR /&gt; &lt;BR /&gt;In the examples from LPCXpresso you can find several UART (=Hardware Serial) drivers.&lt;BR /&gt;If you have problems to port them please tell me, maybe I can help you.&lt;BR /&gt; &lt;BR /&gt;Fred&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Loo&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Fred,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to interface the LPC1769 to control the GPRS shield module from Arduino&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This website provides a simple setup code for this module in Arduino which I have difficulties trying to understand. &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.seeedstudio.com/wiki/index.php?title=GPRS_Shield_v0.9b&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would greatly appreciate if you could help. :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596241#M31723</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596242#M31724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Superfred on Tue May 22 22:51:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi kled.89,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for late answer, I was very busy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will include serial functions similar to the Arduino Serial.print syntax in my GPIO project (as an alternative to printf which I want preserve for debug messages), give me some days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only similar because the Arduino Serial Library is written in C++ and we have only C in LPCXpresso, but it is possible when I rename the functions slightly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would this help you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fred&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596242#M31724</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596243#M31725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I can´t see the attachment, could you send it to me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 23:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596243#M31725</guid>
      <dc:creator>cesarmonges</dc:creator>
      <dc:date>2016-07-12T23:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596244#M31726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the attachments referenced above did not pull across as part of the LPCware forum migration to the NXP community site. But you can currently access the LPCware thread at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lpcware.com/content/forum/lpc1769-arduino-gpio-functions" title="https://www.lpcware.com/content/forum/lpc1769-arduino-gpio-functions"&gt;https://www.lpcware.com/content/forum/lpc1769-arduino-gpio-functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 07:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596244#M31726</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2016-07-13T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 Arduino GPIO functions</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596245#M31727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the file from lpcware for your convenience...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 18:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1769-Arduino-GPIO-functions/m-p/596245#M31727</guid>
      <dc:creator>brendonslade</dc:creator>
      <dc:date>2016-07-13T18:47:16Z</dc:date>
    </item>
  </channel>
</rss>

