pi-shift
v0.0.2
Published
Pi-Shift is a bit-shifter to be used with the 74HC595 8-bit shift registers.
Downloads
2
Readme
Description: Shift data out to a 74HC595 shift register, using least-significant bit first ordering. Usage: shift [DATA] [OPTION] Example: shift 11010001 -l=11 -d=12 -c=13 DATA Either an integer, or array byte array. -l Latch pin (optional, set in config.js) -d Data pin(optional, set in config.js) -c Clock pin (optional, set in config.js)