Hello,
I'd love to use the PulseIn() function to read the PWM signals from an RC receiver because of it's simplicity, rather than using an Interrupt to time the mircos() between HIGHs and LOWs.
I read somewhere that PulseIn() blocks the loop() while it is waiting for HIGH/LOW.
my question:
Does PulseIn() block EVERYTHING? or will an interrupt (pin2, hall sensor to measure engine rpm) correctly be recognized and counted ?
thanks in advance,
wowi