measure a pwm pulse width
RS_Jim
Posts: 1,764
I would like to measure the pwm pulses being sent to 8 servos. I need to know if the signals sent to the servo object are generating the correct pulses.
Jim
Comments
There are a couple different objects for measuring servo pulses.
Here's two:
Servo Pulse Input
RX input / RC Receiver Input
I found these on the "Signals" page of the Propeller 1 GitHub.
Thanks Duane. I think that first one will do what I want. I have to get on my computer and download the code.
Jim