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