UNPKG

yapcduino

Version:

Yet another nodejs library for pcduino (extends jheising's node.pcduino but provide simple API and some extra function).

16 lines (12 loc) 189 B
module.exports = { HIGH: 0x1, LOW: 0x0, INPUT: 0x0, OUTPUT: 0x1, INPUT_PULLUP: 0x2, LSBFIRST: 0, MSBFIRST: 1, CHANGE: 1, FALLING: 2, RISING: 3 };