MisterBill2
- Joined Jan 23, 2018
- 27,553
My point was, and still is, that a preset counter counts down from the preset starting number, so altering that number after it starts has no effect..
So the scheme will need to be rather different, with the initial number in a register, and then every second remove one count from that register, and every button push add three counts to the register. So there would not be a counter, which is good, because it can not be done with a counter.
Do the flow chart and see that is true.The display shows a register value, and that is both decremented and added to.
It just took me a bit to realize that.
So the scheme will need to be rather different, with the initial number in a register, and then every second remove one count from that register, and every button push add three counts to the register. So there would not be a counter, which is good, because it can not be done with a counter.
Do the flow chart and see that is true.The display shows a register value, and that is both decremented and added to.
It just took me a bit to realize that.