mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 15:49:48 +00:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
module.exports = require('bindings')('ocoge_pigpiod');
|
|
|
|
module.exports.INPUT = 0;
|
|
module.exports.OUTPUT = 1;
|
|
module.exports.PUD_OFF = 0;
|
|
module.exports.PUD_DOWN = 1;
|
|
module.exports.PUD_UP = 2;
|