multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware
499 stars 356 forks source link

Subtract the RC middle value from the input, fixes #275 #276

Closed lazd closed 9 years ago

lazd commented 9 years ago

Currently, an RC input value of 1000 yields a servo output of 2000, even when the servo direction is set to normal.

This change makes it such that an RC input value of 1000 will yield a servo output value of 1000, as the user would expect.

ghost commented 9 years ago

Can one of the admins verify this patch?

fiendie commented 9 years ago

ok to test