1 #if !defined(_RADIOLIB_SI4431_H) 2 #define _RADIOLIB_SI4431_H 4 #include "../../TypeDef.h" 6 #if !defined(RADIOLIB_EXCLUDE_SI443X) 8 #include "../../Module.h" 47 int16_t
begin(
float freq = 434.0,
float br = 48.0,
float freqDev = 50.0,
float rxBw = 181.1, int8_t power = 10, uint8_t preambleLen = 16);
61 #ifndef RADIOLIB_GODMODE 65 #ifndef RADIOLIB_GODMODE Derived class for Si4432 modules.
Definition: Si4432.h:16
int16_t setOutputPower(int8_t power)
Sets output power. Allowed values range from -8 to 13 dBm in 3 dBm steps.
Definition: Si4431.cpp:23
Implements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class.
Definition: Module.h:17
Derived class for Si4431 modules.
Definition: Si4431.h:16
int16_t begin(float freq=434.0, float br=48.0, float freqDev=50.0, float rxBw=181.1, int8_t power=10, uint8_t preambleLen=16)
Initialization method. Must be called at least once from Arduino sketch to initialize the module...
Definition: Si4431.cpp:8
Si4431(Module *mod)
Default constructor.
Definition: Si4431.cpp:4