DzikuVx / PPMReader

This Arduino code reads a PPM signal and puts the servo values into an array (called ppm), reagrdless of channel number, polarity, ppm frame length, etc...
GNU General Public License v3.0
16 stars 5 forks source link

Reads fail with output pins set #5

Open ltruelove opened 4 years ago

ltruelove commented 4 years ago

I'm trying to control a DC motor with one of the PPM channels, but as soon as I set pin 9 (or 10) to OUTPUT in my setup() function, a value is no longer read from the ppm.get() function. Is there something else I have to do?