atbetaflight/docs
Dominic Clifton 1925df26ca Add RSSI PWM on CH2 input.
Also support FrSky 1khz RSSI.  See documentation also added in this
commit.

This commit also cleans up the PWM mapping code.  'mask' didn't need to
be a mask and it wasn't possible to add another 'type' since there were
only 4 possible values when it was a mask and they were already defined.  
Combined with switching to using 16 bits instead of 8 for the mapping
configurations, it's now possible to have 256 types instead of 4 at the
expense of a few bytes of flash.

Moved the RSSI calculation into rx_common.c, previously it was in the
main loop.
2014-05-24 00:01:59 +01:00
..
Configuration.md Replace cli command gps_initial_baudrate_index with gps_baudrate. 2014-05-23 11:54:00 +01:00
Development.md Adding Development documentation. 2014-05-22 12:42:39 +01:00
Failsafe.md BUGFIX - Warning LED / arm prevention code fixes. 2014-05-22 22:46:54 +01:00
Rssi.md Add RSSI PWM on CH2 input. 2014-05-24 00:01:59 +01:00
Rx.md Improvement: Add support for upto 18 channels. Allow RSSI to be read 2014-05-14 19:23:27 +01:00
Telemetry.md Moving telemetry documentation to it's own file. 2014-05-21 21:41:29 +01:00