Open joe-spall opened 6 years ago
There is faster/more reliable way to handle PWM inputs on Arduino using interrupts instead of PulseIn. http://www.benripley.com/diy/arduino/three-ways-to-read-a-pwm-signal-with-arduino/ For info. Might need to check pins which this would work for.
There is faster/more reliable way to handle PWM inputs on Arduino using interrupts instead of PulseIn. http://www.benripley.com/diy/arduino/three-ways-to-read-a-pwm-signal-with-arduino/ For info. Might need to check pins which this would work for.