??? 01/22/12 14:07 Read: times |
#185618 - You need... Responding to: ???'s previous message |
... 5 register bytes in the RAM for the led patterns of your 5 digit seven segment display, which you transmit perodically to the 74HC4094s. Making a seven segment display blink means to alternately transmit the "blank" pattern and the actual pattern of seven segment display.
For this your code needs a time base to control the polling of switches, their debouncing, the periodical transmission of pattern data to the 74HC094 and the blinking. So, program a timer to give a tick every 10...50msec or so. Kai Klaas |