How should I build a digital “counter with a seven-segment display?
I have a seven segment LED display and I would like to build a digital counter that will increase or decrease the number value displayed on the display when I press a button (a button for counting up and a button for counting down). So I would like to be able to press one button to increase the displayed value (1, 2, 3…) and then press a different button and have the value decrease (9, 8, 7…). Thanks for the help!