I am able to read the ppm signals. The only issue i am having is getting the motors to run. I am able to run the servos. I have also tried mapping it from 1000 to 2000 but i still have had no luck. the serial print just...
I am trying to control an esc with the teensy 4.1 board but i am not able to get it to work using the PWM Servo library.
#include <PWMServo.h>
int channel;
int PPMin = 23;
#define TH1 2
#define TH2 ...