<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>gpio pins in nrf51 dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11170/gpio-pins-in-nrf51-dk</link><description>hello there any simple example available for making gpio pins high or low in nrf51822??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jan 2016 09:49:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11170/gpio-pins-in-nrf51-dk" /><item><title>RE: gpio pins in nrf51 dk</title><link>https://devzone.nordicsemi.com/thread/41847?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2016 09:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08d3542f-30b9-47af-a572-826a4a502a37</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Using nrf_gpio.h:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gpio_cfg_output(pin_number);    //config pin as output
nrf_gpio_pin_set(pin_number);       //set pin high
nrf_gpio_pin_clear(pin_number);     //set pin low
nrf_gpio_pin_toggle(pin_number);    //toggle pin
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: gpio pins in nrf51 dk</title><link>https://devzone.nordicsemi.com/thread/41846?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2016 09:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:526a3486-b1d0-491c-bbdb-8759e0dbc8b9</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Better to do the non freeRTOS version: SDK\examples\peripheral\blinky.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: gpio pins in nrf51 dk</title><link>https://devzone.nordicsemi.com/thread/41845?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2016 04:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b56d510-bfbb-41f4-8ab0-a24c00411b2a</guid><dc:creator>monpetit</dc:creator><description>&lt;p&gt;Look at SDK\examples\peripheral\blinky_freertos.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>