Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_MRF24J40_USE_EXT_PA_LNA
 Enable external PA/LNA control.
 
#define CONFIG_MRF24J40_TEST_SPI_CONNECTION
 Enable basic self-test on init.
 

Macro Definition Documentation

◆ CONFIG_MRF24J40_TEST_SPI_CONNECTION

#define CONFIG_MRF24J40_TEST_SPI_CONNECTION

Enable basic self-test on init.

Perform a write / read to a known register on startup to detect if the device is connected. Set this to 1 if you want the boot not to hang if the device is not connected / there are SPI errors.

Definition at line 148 of file mrf24j40.h.

◆ CONFIG_MRF24J40_USE_EXT_PA_LNA

#define CONFIG_MRF24J40_USE_EXT_PA_LNA

Enable external PA/LNA control.

Set to 1 to increase RSSI for MRF24J40MC/MD/ME devices. No effect on MRF24J40MA. For more information, please refer to section 4.2 of MRF24J40 datasheet.

Definition at line 136 of file mrf24j40.h.