Firmata Word Output Channel

Description

Word output channel on a Firmata Device

Signature

iochannel/firmata_word_output

Required Parameters

pin_numbers

Examples:
2,3,4
5:8
a5,10:12,A3

Pins used to output the individual bits of words assigned to value. The first pin receives the least significant bit, the last pin the most significant.

value

Variable from which to read output word (an integer). Assigning a value to the variable causes the state of the pins specified in pin_numbers to be changed immediately.

Placement

Allowed at top level:

No

Allowed parent:

Firmata Device