Node | Description |
---|---|
example | No 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. |