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
In the readme I read "PinChangeInterrupts might be a tiny bit slower and not that reliable because of that detection overhead" which makes me wonder if I can still use it for the following project:
I need to count pulses from a flow meter, to measure the amount of fluid passing per minute. (133 pulses per liter, max speed 90lites / minute).
At the same time I need to monitor an optical rotary encoder so the pulses from that needs to be accurate but these pulses are low frequency only.
I started on the project using the PunChangeInterrupts library but reading the fact that you call it less reliable makes me wonder if I'm using the right library :-/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the readme I read "PinChangeInterrupts might be a tiny bit slower and not that reliable because of that detection overhead" which makes me wonder if I can still use it for the following project:
I started on the project using the PunChangeInterrupts library but reading the fact that you call it less reliable makes me wonder if I'm using the right library :-/
Beta Was this translation helpful? Give feedback.
All reactions