ardupilot/libraries/RC_Channel
Peter Barker e4ff937c96 RC_Channel: remove min-max-configured pre-arm checks
These are really, really expensive to run while your RC isn't
configured.

We now have a split between inputs (RC) and servos (SRV), so these
aren't as critical as they were.  We also have range checks to ensure
they're roughly good enough to fly with.
2018-08-07 09:45:09 +10:00
..
examples RC_Channel: update examples for new rc() method 2018-08-01 12:11:30 +09:00
RC_Channel.cpp RC_Channel: remove min-max-configured pre-arm checks 2018-08-07 09:45:09 +10:00
RC_Channel.h RC_Channel: remove min-max-configured pre-arm checks 2018-08-07 09:45:09 +10:00
RC_Channels_VarInfo.h RC_Channel: move handling of auxillary switches into RC_Channel 2018-08-01 12:11:30 +09:00
RC_Channels.cpp RC_Channels: zero all channels before populating 2018-08-07 09:12:43 +10:00