<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GPIO17 does not works]]></title><description><![CDATA[<pre><code>void gpio17(  )
{
  Serial.println( "gpio17" );
}
void setup( )
{
	M5.begin( true, false, false, true );
	Wire.begin();

	pinMode( KEYBOARD_INT, INPUT_PULLUP );

	pinMode( 17, INPUT );
	attachInterrupt( digitalPinToInterrupt( 17 ), gpio17, RISING );
}
</code></pre>
<p dir="auto">I send signal but nothing.<br />
M5Stack BASIC Kit GPIO17 works correct</p>
]]></description><link>https://community.m5stack.com/topic/1253/gpio17-does-not-works</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:42:55 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1253.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Aug 2019 06:20:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GPIO17 does not works on Mon, 26 Aug 2019 05:59:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/progman" aria-label="Profile: progman">@<bdi>progman</bdi></a> I was told by one of our engineers that gpio5 is the interrupt pin on the faces kit</p>
]]></description><link>https://community.m5stack.com/post/5296</link><guid isPermaLink="true">https://community.m5stack.com/post/5296</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Mon, 26 Aug 2019 05:59:53 GMT</pubDate></item><item><title><![CDATA[Reply to GPIO17 does not works on Mon, 26 Aug 2019 04:39:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> No error. Interrupt functions <strong>gpio17</strong> does not called</p>
<p dir="auto">PS I build sketch with "Debug off" but with "Debug: Serial" same problem, Function does not called<br />
PPS GPIO 17 works ok if I remove FaceKit and use M5Stack GRAY separately. So, as I understand it is hardware problem of FaceKit only.</p>
]]></description><link>https://community.m5stack.com/post/5292</link><guid isPermaLink="true">https://community.m5stack.com/post/5292</guid><dc:creator><![CDATA[progman]]></dc:creator><pubDate>Mon, 26 Aug 2019 04:39:08 GMT</pubDate></item><item><title><![CDATA[Reply to GPIO17 does not works on Sun, 25 Aug 2019 06:36:01 GMT]]></title><description><![CDATA[<p dir="auto">What is the error message?</p>
]]></description><link>https://community.m5stack.com/post/5290</link><guid isPermaLink="true">https://community.m5stack.com/post/5290</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 25 Aug 2019 06:36:01 GMT</pubDate></item></channel></rss>