intval3/lib/intval
mmcwilliams 78135c4e77 More complex logic to prevent errant closed events from breaking 2017-09-17 20:25:21 -04:00
..
Readme.md Updated default behavior of frame 2017-09-17 19:51:33 -04:00
index.js More complex logic to prevent errant closed events from breaking 2017-09-17 20:25:21 -04:00

Readme.md

Intval

Class representing the intval3 features

Kind: global class

intval._declarePins()

Intval._declarePins() - (internal function) Declares all Gpio pins that will be used

Kind: instance method of Intval

intval._undeclarePins()

Intval._undeclarePins() - (internal function) Undeclares all Gpio in event of uncaught error that interupts the node process

Kind: instance method of Intval

intval.frame(dir, time, delay)

Intval.frame() - Begin a single frame with set variables or defaults

Kind: instance method of Intval

Param Type Default Description
dir boolean (optional) Direction of the frame
time integer (optional) Exposure time, 0 = minimum
delay delay (optional) Delay after frame before another can be started