C H A P T E R  6

Image

Binary Counters

You are now going to go back to controlling LEDs. This time, however, you won't be driving them directly from the Arduino. Instead, you're going to use a fantastic little chip known as a shift register. These ICs (Integrated Circuits) will let you control eight separate LEDs using just three pins from the Arduino. But wait, there's more: in Project 18, you'll control a total of 16 LEDs, again using just three pins from the Arduino.

To demonstrate the way the data is output from these chips, you are going to create two binary counters, first using a single shift register and then moving onto two chips cascaded ...

Get Beginning Arduino now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.