<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Checking function of GPIO channels</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%2520function%2520of%2520GPIO%2520channels/</link><description>Recent changes to Checking function of GPIO channels</description><atom:link href="https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%20function%20of%20GPIO%20channels/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Feb 2015 22:01:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%20function%20of%20GPIO%20channels/feed" rel="self" type="application/rss+xml"/><item><title>Checking function of GPIO channels modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%2520function%2520of%2520GPIO%2520channels/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,4 +11,4 @@

 will return a value from:
-GPIO.INPUT, GPIO.OUTPUT, GPIO.SPI, GPIO.I2C, GPIO.HARD_PWM, GPIO.SERIAL, GPIO.UNKNOWN
+GPIO.IN, GPIO.OUT, GPIO.SPI, GPIO.I2C, GPIO.HARD_PWM, GPIO.SERIAL, GPIO.UNKNOWN
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Wed, 18 Feb 2015 22:01:25 -0000</pubDate><guid>https://sourceforge.netcc418b56eeaabaea1e3a4ed582b02a11e4420dac</guid></item><item><title>Checking function of GPIO channels modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%2520function%2520of%2520GPIO%2520channels/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,4 +11,4 @@

 will return a value from:
-GPIO.INPUT, GPIO.OUTPUT, GPIO.SPI, GPIO.I2C, GPIO.PWM, GPIO.SERIAL, GPIO.UNKNOWN
+GPIO.INPUT, GPIO.OUTPUT, GPIO.SPI, GPIO.I2C, GPIO.HARD_PWM, GPIO.SERIAL, GPIO.UNKNOWN
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Thu, 24 Apr 2014 17:23:22 -0000</pubDate><guid>https://sourceforge.net854a4bcc655c28808d789ebcd555dc10a924cf0f</guid></item><item><title>Checking function of GPIO channels modified by Ben Croston</title><link>https://sourceforge.net/p/raspberry-gpio-python/wiki/Checking%2520function%2520of%2520GPIO%2520channels/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="gpio_functionchannel"&gt;gpio_function(channel)&lt;/h1&gt;
&lt;p&gt;Shows the function of a GPIO channel.&lt;br /&gt;
For example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;RPi.GPIO&lt;/span&gt; &lt;span class="kn"&gt;as&lt;/span&gt; &lt;span class="nn"&gt;GPIO&lt;/span&gt;

&lt;span class="n"&gt;GPIO&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;setmode&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;GPIO&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;BOARD&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;func&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;GPIO&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gpio_function&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;pin&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;will return a value from:&lt;br /&gt;
GPIO.INPUT, GPIO.OUTPUT, GPIO.SPI, GPIO.I2C, GPIO.PWM, GPIO.SERIAL, GPIO.UNKNOWN&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Croston</dc:creator><pubDate>Mon, 23 Dec 2013 23:15:23 -0000</pubDate><guid>https://sourceforge.netaffc065276115ab5a3898724c147f05908265065</guid></item></channel></rss>