gpio-stream/index.js
2015-07-16 18:33:03 -04:00

9 lines
196 B
JavaScript

/**
* GPIO Stream
*
* Copyright (c) 2014 Adafruit Industries
* Licensed under the MIT license.
*/
exports.readable = require('./lib/readable');
exports.writable = require('./lib/writable');