9 lines
196 B
JavaScript
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');
|