increments seconds Counter for 60 sec. increments min Counter for 60 min. increments hour counter for 12 hours
all daisy chained.
The LEDs will show the hour and the last 15min increment
connect leds to each output pin as described below
RST will set the time to 11:59.
Input Pins 7/8 are used to set the time, by toggling those it should increment the internal clock by 1 min/hour. You should see the hour output update immediately. The min output will only change once the next 15min increment passes
Input Pin 1 will stop the clock when high
16 leds
# | Input | Output | Bidirectional |
---|---|---|---|
0 | hour 12 led | hour 8 led | |
1 | stop the clock | hour 1 led | hour 9 led |
2 | hour 2 led | hour 10 led | |
3 | hour 3 led | hour 11 led | |
4 | hour 4 led | 0 min | |
5 | hour 5 led | 15 min | |
6 | increment min counter by 1 | hour 6 led | 30 min |
7 | increment hour counter by 1 | hour 7 led | 45 min |