povlhp / iBus2PPM

Arduino code to read iBus over serial port, and output PPM to FlightController. Future plans include PWM out for select channels.
GNU General Public License v3.0
34 stars 16 forks source link

Clarification is required according to your code #5

Closed AsusNSK closed 3 years ago

AsusNSK commented 3 years ago

In void readRx() digitalWrite(4, LOW);

What pin 4 is for. This is mistake?

povlhp commented 3 years ago

Since that is the only place I do something with pin 4, it is clearly some leftover code. I have removed it.