| | |
| | | /** Antenna pattern: Linear or Square */ |
| | | #define SQUARE_4ANTS (0) |
| | | |
| | | #define RANGING_CORR (0) |
| | | |
| | | /** Velocity of propagation (%) */ |
| | | #define VP_VAL (100) |
| | | |
| | | /** Maximum PHY payload length */ |
| | | #define PHY_PAYLOAD_LEN_MAX (127) |
| | | |
| | | |
| | | /* =========================================================================================================================== */ |
| | | /* ================ Simple Selection ================ */ |
| | |
| | | #define INPUT_5V_Pin IO_PIN_11 |
| | | #define RSSI_EN (1) |
| | | |
| | | #define _4G_USART_RX_Pin IO_PIN_6 |
| | | #define _4G_USART_RX_Pin IO_PIN_17 |
| | | #define ACCLERATE_DETECT_Pin IO_PIN_2 |
| | | #define SDA_PIN IO_PIN_3 |
| | | #define SER_PIN IO_PIN_3 |
| | | #define SCL_PIN IO_PIN_4 |
| | | #define SRCLK_PIN IO_PIN_8 |
| | | #define RCLK_PIN IO_PIN_7 |
| | | #define ADC_GND_ENABLE IO_PIN_12 |
| | | #define GET_USERKEY gpio_pin_get_val(SCL_PIN) |
| | | /* =========================================================================================================================== */ |
| | | /* ================ End ================ */ |
| | | /* =========================================================================================================================== */ |