2 #define DEVICE_NAME "BETAFPV 900Nano"
5 // There is some special handling for this target
6 #define TARGET_TX_BETAFPV_900_V1
8 // GPIO pin definitions
10 #define GPIO_PIN_DIO0 4
11 #define GPIO_PIN_DIO1 2
12 #define GPIO_PIN_MOSI 23
13 #define GPIO_PIN_MISO 19
14 #define GPIO_PIN_SCK 18
15 #define GPIO_PIN_RST 14
16 #define GPIO_PIN_RX_ENABLE 27
17 #define GPIO_PIN_TX_ENABLE 26
18 #define GPIO_PIN_RCSIGNAL_RX 13
19 #define GPIO_PIN_RCSIGNAL_TX 13 // so we don't have to solder the extra resistor, we switch rx/tx using gpio mux
20 #define GPIO_PIN_LED -1
21 #define GPIO_PIN_LED_BLUE 17
22 #define GPIO_PIN_LED_GREEN 16
23 #define GPIO_PIN_BUTTON 25
26 #define MinPower PWR_100mW
27 #define MaxPower PWR_500mW
28 #define POWER_OUTPUT_VALUES {0,3,8}