tracking the state of a 4040 binary counter
i'm using ocr2b provide 2mhz clock signal binary counter. want keep track of outputs of q0, q1, q2 count 7. don't know timers or interrupts, there way in software?
quote
is there way in software
yes, use isr increment variable. bits of variable same bits of binary counter clocked @ same rate.
Arduino Forum > Using Arduino > Programming Questions > tracking the state of a 4040 binary counter
arduino
Comments
Post a Comment