You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think I have found a bug in the Counter decoder: it is not counting the last pulse before the counter is reset:
This is counting rising edges of the bottom waveform, resetting on rising edges of the top one. I would expect the count to be 10, with the very last rising edge (the one that is ending the 9th pulse) being included in the count.
The text was updated successfully, but these errors were encountered:
Hi, I think I have found a bug in the Counter decoder: it is not counting the last pulse before the counter is reset:
This is counting rising edges of the bottom waveform, resetting on rising edges of the top one. I would expect the count to be 10, with the very last rising edge (the one that is ending the 9th pulse) being included in the count.
The text was updated successfully, but these errors were encountered: