Contains nodes of the awgrover/buffer1@1.0.0 library with fixes for issues that caused it not to work.
Also added buffer shift nodes, fill node and convert buffer content to string node.
Contains nodes for creating arrays from bits and working with them. Creates a four-byte (20-byte) bit array with free access to the nth bit in the nth byte.
The 74HC595 is a “8-bit serial-in, serial or parallel-out shift register with output latches; 3-state.” In other words, you can use it to control 8 outputs at a time while only taking up a few pins on your microcontroller. Normal use 3 pins, or 5 pin with Enable and Clear. (With the assistance of Cesars)