Write Bits from Start to Stop Index of Bits. Stop Index must be greater than start and between (0..7).
write(digital-bits)
@/write(digital-bits)
Write Bits from Start to Stop Index of Bits. Stop Index must be greater than start and between (0..7).
PORTport
Board port to write to. If the port supports hardware PWM, it will be used by analogWrite. If not, it will be set high for values greater than 0.0 and set low otherwise and used by digitalWrite.
BITSbyte
Write bit states of BITS (0000000b) on digital Port.
Fires on Error. Start, stop must be between 0..7 and stop>start.
DONEpulse
Fires on writing complete
To use the node in your project you should have the koadrobot/arduino library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.