diff --git a/_s_x1233_8h_source.html b/_s_x1233_8h_source.html index 624137b3..fe50689d 100644 --- a/_s_x1233_8h_source.html +++ b/_s_x1233_8h_source.html @@ -124,9 +124,9 @@ $(document).ready(function(){initNavTree('_s_x1233_8h_source.html',''); initResi
Module
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:31
SX1231
Control class for SX1231 module. Overrides some methods from RF69 due to different register values.
Definition: SX1231.h:93
SX1233
Control class for SX1233 module. Overrides some methods from SX1231/RF69 due to different register va...
Definition: SX1233.h:23
-
SX1233::begin
int16_t begin(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=125.0, int8_t power=10, uint8_t preambleLen=16)
Initialization method.
Definition: SX1233.cpp:8
-
SX1233::SX1233
SX1233(Module *mod)
Default constructor.
Definition: SX1233.cpp:4
-
SX1233::setBitRate
int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 0.5 to 300.0 kbps. SX1233 also allows 500 kbps and 600 kbps ...
Definition: SX1233.cpp:91
+
SX1233::begin
int16_t begin(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=125.0, int8_t power=10, uint8_t preambleLen=16)
Initialization method.
Definition: SX1233.cpp:9
+
SX1233::SX1233
SX1233(Module *mod)
Default constructor.
Definition: SX1233.cpp:5
+
SX1233::setBitRate
int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 0.5 to 300.0 kbps. SX1233 also allows 500 kbps and 600 kbps ...
Definition: SX1233.cpp:92