Deploying to gh-pages from @ 6fb3c0968a
🚀
This commit is contained in:
parent
ad720440ad
commit
f89ed5ef2e
6 changed files with 8 additions and 8 deletions
|
@ -109,7 +109,7 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// CC1101 physical layer properties</span></div>
|
||||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQUENCY_STEP_SIZE 396.7285156</span></div>
|
||||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_PACKET_LENGTH 64</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#define RADIOLIB_CC1101_CRYSTAL_FREQ 26.0</span></div>
|
||||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#define RADIOLIB_CC1101_CRYSTAL_FREQ 26.0f</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_CC1101_DIV_EXPONENT 16</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">// CC1101 SPI commands</span></div>
|
||||
|
|
|
@ -333,7 +333,7 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_HF_RC (0x01UL << 1) </span><span class="comment">// 1 1 high frequency RC</span></div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_LF_RC (0x01UL << 0) </span><span class="comment">// 0 0 low frequency RC</span></div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_ALL (0x3FUL << 0) </span><span class="comment">// 5 0 everything</span></div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAL_IMG_FREQ_TRIG_MHZ (20.0)</span></div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAL_IMG_FREQ_TRIG_MHZ (20.0f)</span></div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> </div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_REG_MODE</span></div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_MODE_LDO (0x00UL << 0) </span><span class="comment">// 0 0 regulator mode: LDO in all modes</span></div>
|
||||
|
@ -509,7 +509,7 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_312_0 (0x19UL << 0) </span><span class="comment">// 7 0 312.0 kHz</span></div>
|
||||
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_373_6 (0x11UL << 0) </span><span class="comment">// 7 0 373.6 kHz</span></div>
|
||||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_467_0 (0x09UL << 0) </span><span class="comment">// 7 0 467.0 kHz</span></div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BIT_RATE (488.28215) </span><span class="comment">// 31 0 LR FHSS bit rate: 488.28215 bps</span></div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BIT_RATE (488.28215f) </span><span class="comment">// 31 0 LR FHSS bit rate: 488.28215 bps</span></div>
|
||||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BIT_RATE_RAW (0x8001E848UL) </span><span class="comment">// 31 0 488.28215 bps in raw</span></div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_SHAPING_GAUSSIAN_BT_1_0 (0x0BUL << 0) </span><span class="comment">// 7 0 shaping filter: Gaussian, BT = 1.0</span></div>
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span><span class="preprocessor">#define RADIOLIB_LR11X0_SIGFOX_SHAPING_GAUSSIAN_BT_0_7 (0x16UL << 0) </span><span class="comment">// 7 0 shaping filter: Gaussian, BT = 0.7</span></div>
|
||||
|
|
|
@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
|
|||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// RF69 physical layer properties</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_RF69_FREQUENCY_STEP_SIZE 61.03515625</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#define RADIOLIB_RF69_MAX_PACKET_LENGTH 64</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_RF69_CRYSTAL_FREQ 32.0</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_RF69_CRYSTAL_FREQ 32.0f</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_RF69_DIV_EXPONENT 19</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// RF69 register map</span></div>
|
||||
|
|
|
@ -114,7 +114,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// SX126X physical layer properties</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_SX126X_FREQUENCY_STEP_SIZE 0.9536743164</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_SX126X_MAX_PACKET_LENGTH 255</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#define RADIOLIB_SX126X_CRYSTAL_FREQ 32.0</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#define RADIOLIB_SX126X_CRYSTAL_FREQ 32.0f</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#define RADIOLIB_SX126X_DIV_EXPONENT 25</span></div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
||||
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// SX126X SPI commands</span></div>
|
||||
|
@ -301,7 +301,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="preprocessor">#define RADIOLIB_SX126X_CAL_IMG_863_MHZ_2 0xDB</span></div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="preprocessor">#define RADIOLIB_SX126X_CAL_IMG_902_MHZ_1 0xE1</span></div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="preprocessor">#define RADIOLIB_SX126X_CAL_IMG_902_MHZ_2 0xE9</span></div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="preprocessor">#define RADIOLIB_SX126X_CAL_IMG_FREQ_TRIG_MHZ (20.0)</span></div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="preprocessor">#define RADIOLIB_SX126X_CAL_IMG_FREQ_TRIG_MHZ (20.0f)</span></div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="comment">//RADIOLIB_SX126X_CMD_SET_PA_CONFIG</span></div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span><span class="preprocessor">#define RADIOLIB_SX126X_PA_CONFIG_HP_MAX 0x07</span></div>
|
||||
|
|
|
@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_SX127X_FREQUENCY_STEP_SIZE 61.03515625</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#define RADIOLIB_SX127X_MAX_PACKET_LENGTH 255</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK 64</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_SX127X_CRYSTAL_FREQ 32.0</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_SX127X_CRYSTAL_FREQ 32.0f</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#define RADIOLIB_SX127X_DIV_EXPONENT 19</span></div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
||||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">// SX127x series common LoRa registers</span></div>
|
||||
|
|
|
@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
|
|||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// SX128X physical layer properties</span></div>
|
||||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_SX128X_FREQUENCY_STEP_SIZE 198.3642578</span></div>
|
||||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#define RADIOLIB_SX128X_MAX_PACKET_LENGTH 255</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_SX128X_CRYSTAL_FREQ 52.0</span></div>
|
||||
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_SX128X_CRYSTAL_FREQ 52.0f</span></div>
|
||||
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_SX128X_DIV_EXPONENT 18</span></div>
|
||||
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
||||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// SX128X SPI commands</span></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue