It would be handy if there was a function to reset the gating interval. It can be done currently by calling end and then begin but there is some redundant register initialization and other things that take place. My program counts pulses and there needs to be some blanking in the main loop to prevent false triggering.
It would be handy if there was a function to reset the gating interval. It can be done currently by calling
end
and thenbegin
but there is some redundant register initialization and other things that take place. My program counts pulses and there needs to be some blanking in the main loop to prevent false triggering.