krishowell/port-read-write@1.1.0

This library contains patchs that allow digital writing and reading operation of multiple digital ports simulteously.
NodeDescription
exampleNo description
portb-write
Writes the signal value to pins selected from the pin input. of PORTB registry. ex - 0011 0001 input write the SIG value to pins 8, 12, and 13.
portd-pin-read
This patch reads the value of the PORTD registry and outputs the bool value of the selected pin.
portd-write
Writes the signal value to pins selected from the pin input. of PORTD registry. ex - 0011 0001b input write the SIG value to pins 0, 4, and 5.
portd-read
This patch reads the value of the PORTD registry and outputs the bool value of pins 0-6 (this is limited due to an error. a patch cannot have more than 7 outputs)
portb-read
This patch reads the value of the PORTB registry and outputs the bool value to the respective bool output Pin 8-13
portb-pin-read
This patch reads the value of the PORTB registry and outputs the bool value of the selected pin.
portd-mass-write-bool
Writes the signal value to its respective pins. The PIN input selects the PORTD registry. that will be written. ex - 0011 0001b input write the SIG value to pins 0, 4, and 5.
portd-mass-write-byte
Writes the signal value to its respective pins. The PIN input selects the PORTD registry. that will be written. ex - 0011 0001b input write the SIG value to pins 0, 4, and 5.
portb-mass-write-bool
Writes the signal value to its respective pins. The PIN input selects the PORTB registry. that will be written. ex - 0011 0001b input write the SIG value to pins 8, 12, and 13.
portb-mass-write-byte
Writes the signal value to its respective pins. The PIN input selects the PORTB registry. that will be written. ex - 0011 0001b input write the SIG value to pins 8, 12, and 13.
To use the nodes in your project you should have the krishowell/port-read-write 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.