2 * This file is part of Cleanflight.
4 * Cleanflight is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * Cleanflight is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
25 NRF24RX_PROTOCOL_COUNT
29 RX_SPI_RECEIVED_NONE
= 0,
34 // RC channels in AETR order
56 // RC channels as used by deviation
57 #define RC_CHANNEL_RATE RC_SPI_AUX1
58 #define RC_CHANNEL_FLIP RC_SPI_AUX2
59 #define RC_CHANNEL_PICTURE RC_SPI_AUX3
60 #define RC_CHANNEL_VIDEO RC_SPI_AUX4
61 #define RC_CHANNEL_HEADLESS RC_SPI_AUX5
62 #define RC_CHANNEL_RTH RC_SPI_AUX6 // return to home
64 bool rxSpiInit(const rxConfig_t
*rxConfig
, rxRuntimeConfig_t
*rxRuntimeConfig
);