<?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>Question about GPIO Input control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5258/question-about-gpio-input-control</link><description>Hello, I have a problem with GPIO Input control 
 My sensor work on special clock generated by MCU 
 I&amp;#39;ve controlled this sensor by Arduino like this 
 //SCK digital pin 4, SDIO digital pin 5 
 digitalWrite(SCKI,HIGH); // bit22
delayMicroseconds</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Jan 2015 15:38:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5258/question-about-gpio-input-control" /><item><title>RE: Question about GPIO Input control</title><link>https://devzone.nordicsemi.com/thread/18398?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2015 15:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8375f04-f4cc-4c07-8732-676bfa2295a0</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you still have problems, perhaps &lt;a href="https://github.com/NordicSemiconductor/nrf51-powerdown-examples/blob/master/system-on-wakeup-on-gpio/main.c"&gt;this code&lt;/a&gt; could help you out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question about GPIO Input control</title><link>https://devzone.nordicsemi.com/thread/18399?ContentTypeID=1</link><pubDate>Fri, 23 Jan 2015 08:33:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a832c8c0-8d89-477a-bfb3-2c9503bb3517</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;before you could call those nrf_gpio_pin_xx you need to configure them first as input or output using nrf_gpio_cfg_output or nrf_gpio_cfg_input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>