I saw this project online for a simple binary clock:
It's a very simple circuit. What I can't figure out, is how you can control each row separately.
The parts list is as follows:
1 - High Quality Lead-Free Professionally Printed Circuit Board 2"x2"
1 - ATTINY45 Microcontroller
1 - Socket for Microcontroller
12 - Red LEDS (1 extra)
2 - 25 pF Capacitors
1 - 16 Mhz Crystal
4 - 75 ohm Resistors
1 - Mini USB connector
The minicontroller is an ATTiny45 so I imaging it is using Arduino code. I have used PWM a bit for fading LEDs, but having a 4-bit value change which LEDs are on and which are off eludes me.
Can someone explain the process of what is going on in the software / hardware?