Deploying to gh-pages from @ 44c0ea25e6
🚀
This commit is contained in:
parent
6b9539f27c
commit
e6ff358617
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
|
||||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
||||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="comment">// RF69 modem settings</span></div>
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="comment">// RF69 modem settings</span></div>
|
||||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="comment">// RADIOLIB_RF69_REG_OP_MODE MSB LSB DESCRIPTION</span></div>
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="comment">// RADIOLIB_RF69_REG_OP_MODE MSB LSB DESCRIPTION</span></div>
|
||||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_OFF 0b00000000 </span><span class="comment">// 7 7 disable automatic sequencer</span></div>
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_OFF 0b10000000 </span><span class="comment">// 7 7 disable automatic sequencer</span></div>
|
||||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_ON 0b10000000 </span><span class="comment">// 7 7 enable automatic sequencer</span></div>
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_ON 0b00000000 </span><span class="comment">// 7 7 enable automatic sequencer</span></div>
|
||||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_OFF 0b00000000 </span><span class="comment">// 6 6 disable Listen mode</span></div>
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_OFF 0b00000000 </span><span class="comment">// 6 6 disable Listen mode</span></div>
|
||||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ON 0b01000000 </span><span class="comment">// 6 6 enable Listen mode</span></div>
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ON 0b01000000 </span><span class="comment">// 6 6 enable Listen mode</span></div>
|
||||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ABORT 0b00100000 </span><span class="comment">// 5 5 abort Listen mode (has to be set together with RF69_LISTEN_OFF)</span></div>
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ABORT 0b00100000 </span><span class="comment">// 5 5 abort Listen mode (has to be set together with RF69_LISTEN_OFF)</span></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue