UNPKG

node-libgpiod

Version:

Native nodejs bindings for [libgpiod][libgpiod]

9 lines (6 loc) 277 B
// # sourceMappingURL=index.d.ts.map export {version, getChipNames, getInstantLineValue} from './lib/misc.js'; export {setInstantLineValue} from './lib/misc.js'; export {Chip} from './lib/chip.js'; export {Bulk} from './lib/bulk.js'; export {Line, Pin} from './lib/line.js';