From 075b5a5622852e7f30414ee6c0f67ddeeec958a4 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 9 Dec 2023 15:12:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20a30d3?= =?UTF-8?q?da2964e02bc0179cb18ec411b7f2aa429d9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x1233_8h_source.html | 18 +++++++++--------- class_s_x1233.html | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_s_x1233_8h_source.html b/_s_x1233_8h_source.html index fe50689d..067748ba 100644 --- a/_s_x1233_8h_source.html +++ b/_s_x1233_8h_source.html @@ -110,17 +110,17 @@ $(document).ready(function(){initNavTree('_s_x1233_8h_source.html',''); initResi
30 
41  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);
42 
-
49  int16_t setBitRate(float br);
-
50 
-
51 #if !RADIOLIB_GODMODE
-
52  private:
-
53 #endif
-
54  uint8_t chipRevision = 0;
-
55 };
-
56 
-
57 #endif
+
51  int16_t setBitRate(float br);
+
52 
+
53 #if !RADIOLIB_GODMODE
+
54  private:
+
55 #endif
+
56  uint8_t chipRevision = 0;
+
57 };
58 
59 #endif
+
60 
+
61 #endif
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:31
Control class for SX1231 module. Overrides some methods from RF69 due to different register values.
Definition: SX1231.h:93
Control class for SX1233 module. Overrides some methods from SX1231/RF69 due to different register va...
Definition: SX1233.h:23
diff --git a/class_s_x1233.html b/class_s_x1233.html index ca3dbfa7..d9f601aa 100644 --- a/class_s_x1233.html +++ b/class_s_x1233.html @@ -115,7 +115,7 @@ Public Member Functions  Initialization method. More...
  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 operation. More...
+ Sets bit rate. Allowed values range from 0.5 to 300.0 kbps. SX1233 also allows 500 kbps and 600 kbps operation. NOTE: For 500 kbps rate, the receiver frequency should be offset by 50 kHz from the transmitter. For 600 kbps rate, the receiver frequency should be offset by 40 kHz from the transmitter. More...
  - Public Member Functions inherited from SX1231  SX1231 (Module *mod) @@ -569,7 +569,7 @@ virtual void 
-

Sets bit rate. Allowed values range from 0.5 to 300.0 kbps. SX1233 also allows 500 kbps and 600 kbps operation.

+

Sets bit rate. Allowed values range from 0.5 to 300.0 kbps. SX1233 also allows 500 kbps and 600 kbps operation. NOTE: For 500 kbps rate, the receiver frequency should be offset by 50 kHz from the transmitter. For 600 kbps rate, the receiver frequency should be offset by 40 kHz from the transmitter.

Parameters
brBit rate to be set in kbps.