README
GPIO components for NoFlo Node.js on Embedded Linux.
Changes
- 0.1.0 (git master)
- Switched to rpi-gpio library since that works also with newer Node.js versions
- NoFlo 1.x compatibility
- Ported components from CoffeeScript to ES6
GPIO components for Embedded Linux (node.js)
<script type="module">
import nofloGpio from 'https://cdn.skypack.dev/noflo-gpio';
</script>
GPIO components for NoFlo Node.js on Embedded Linux.