<?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[Node GPIO control (fast-gpio wrapper)]]></title><description><![CDATA[<p dir="auto">I couldn't find a node package to control the Omega2 pins (not a fully working one anyway) so thought I'd build one.<br />
Perhaps someone might find it useful:</p>
<p dir="auto"><a href="https://github.com/entozoon/omega2-gpio" rel="nofollow">https://github.com/entozoon/omega2-gpio</a></p>
<p dir="auto">It's essentially a fast-gpio wrapper, supporting digital I/O and PWM (no analague, at time of writing).<br />
If anyone fancies contributing, fire over a pull request and I'm sure it'd be cool.</p>
]]></description><link>http://community.onion.io/topic/2292/node-gpio-control-fast-gpio-wrapper</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 17:16:47 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2292.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Aug 2017 18:17:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Node GPIO control (fast-gpio wrapper) on Sun, 13 Aug 2017 18:17:41 GMT]]></title><description><![CDATA[<p dir="auto">I couldn't find a node package to control the Omega2 pins (not a fully working one anyway) so thought I'd build one.<br />
Perhaps someone might find it useful:</p>
<p dir="auto"><a href="https://github.com/entozoon/omega2-gpio" rel="nofollow">https://github.com/entozoon/omega2-gpio</a></p>
<p dir="auto">It's essentially a fast-gpio wrapper, supporting digital I/O and PWM (no analague, at time of writing).<br />
If anyone fancies contributing, fire over a pull request and I'm sure it'd be cool.</p>
]]></description><link>http://community.onion.io/post/14131</link><guid isPermaLink="true">http://community.onion.io/post/14131</guid><dc:creator><![CDATA[Michael Cook]]></dc:creator><pubDate>Sun, 13 Aug 2017 18:17:41 GMT</pubDate></item><item><title><![CDATA[Reply to Node GPIO control (fast-gpio wrapper) on Tue, 21 Nov 2017 06:28:02 GMT]]></title><description><![CDATA[<p dir="auto">looking at your code, seems that might have a sync/async conflict.  set() is calling async-&gt;spawn but get() is calling execSync() which will block.</p>
<p dir="auto">With  a situation where you have reads and writes one of top of the other (such as a CLK/DATA pair of pins) have you run into an issue with the timing?</p>
]]></description><link>http://community.onion.io/post/15142</link><guid isPermaLink="true">http://community.onion.io/post/15142</guid><dc:creator><![CDATA[davidsi]]></dc:creator><pubDate>Tue, 21 Nov 2017 06:28:02 GMT</pubDate></item></channel></rss>