binary counters and shift register I/O
binary counters and shift register I/O
Next, we'll learn to control LEDs using shift registers. These chips allow us to control eight LEDs with three Arduino pins, or 16 LEDs with just three pins, using two cascaded chips.
To demonstrate, we'll build two binary counters: one with a single shift register and one with two cascaded shift registers.
This section covers some advanced material, so take a deep breath before we start.