Re: Counting pulses
by johnd2 on Tue Feb 16, 2021 4:20 pm
Thanks for the answers. Was enquiring to use with a Pico/RP2040 board for a weather station application. The pulses would be slow for wind speed - no more than 50Hz as a maximum. And for rainfall - many days zero! And in a monsoon probably 0.1Hz maximum!
So, out of curiosity, is countio using interrupts internally? Is it just that they're not publicly implemented in CP yet? Or is it using some other counting technique that I can't quite envision?