CPSC310A
Robotics

Assignment 4

Binary Timer

Create a circuit with 8 LEDs in a row that display, in binary, the amount of time, in seconds, since the script began running. Assume that an off LED is 0 and an on LED is 1. When the timer goes past 255, it should reset back to 0. See the Arduino Language Reference if you need help with the syntax.

Submission

Please show your source code and demonstrate your circuit during class on Thursday February 5th.