ShiftRegister74HC595
ShiftRegister74HC595 copied to clipboard
Arduino library that simplifies the usage of shift registers
I've added the ability to set a single register. I needed an extremely simple 595 7-segment library and this mostly fits the bill, thanks.
I'm using 3 registers in series and from 1 to 23 I can control them smoothly, but setting the 0 pin HIGH makes it go full HIGH out(even using setAll()...
I have need of a non templated version of this library. I found one that someone did, but I think it would be better to come from your library. I...