I have a microcontroller with one available digital pin.
How can I control 25 LEDs?
Answer
I2C IO Expander: - Some protocol overhead, but it should be expandable to a very large (thousands) number of LEDs.
Simple shift register - Dead Simple interface, the LEDs may flicker when updating if the shift register clock is not fairly fast. Using a double buffered shift register will fix this.
No comments:
Post a Comment