iI have a problem with the servoServo library.
I need to read a ppmPPM signal and create a pwmPWM signal of each channel. The problem is that ppmPPM has a higher resolution than pwmPWM so iI want to use the 16 bit timer1Timer1 for reading ppmPPM. However the servoServo library that writes the pwmPWM signal also uses timer1Timer1.
Is it possible to generate a pwmPWM signal with 8 bit / timer2Timer2? And didhas someone domade an example, or an explainationexplanation about, how to do that?