elcojacobs / ShiftPWM

Arduino Library for software PWM with shift registers
MIT License
176 stars 86 forks source link

32 bit shift register HV5523 #12

Closed stephanschulz closed 6 years ago

stephanschulz commented 6 years ago

Thanks for making this great library.

What would I need to do to make it work with the HV5523 which has 32 outputs; i.e. needs 32 bit data shifted out?

Thanks for any advice.

elcojacobs commented 6 years ago

I don't think any changes are needed. Shift registers can be daisy chained and a chain of 4 8bit registers behaves the same as a 32 bit one.