Deploying to gh-pages from @ d5b1521c54
🚀
This commit is contained in:
parent
a7d1880848
commit
e546518fae
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
|
|||
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span> <span class="preprocessor"> #define RADIOLIB_DIGITAL_PIN_TO_INTERRUPT(p) digitalPinToInterrupt(p)</span></div>
|
||||
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span> <span class="preprocessor"> #define RADIOLIB_NC (0xFF)</span></div>
|
||||
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span> <span class="preprocessor"> #define RADIOLIB_DEFAULT_SPI SPI</span></div>
|
||||
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span> <span class="preprocessor"> #define RADIOLIB_DEFAULT_SPI_SETTINGS SPISettings(2000000, MSBFIRST, SPI_MODE0)</span></div>
|
||||
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span> <span class="preprocessor"> #define RADIOLIB_DEFAULT_SPI_SETTINGS SPISettings(1000000, MSBFIRST, SPI_MODE0) </span><span class="comment">// see issue #709</span></div>
|
||||
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span> <span class="preprocessor"> #define RADIOLIB_NONVOLATILE PROGMEM</span></div>
|
||||
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span> <span class="preprocessor"> #define RADIOLIB_NONVOLATILE_READ_BYTE(addr) pgm_read_byte(addr)</span></div>
|
||||
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span> <span class="preprocessor"> #define RADIOLIB_NONVOLATILE_READ_DWORD(addr) pgm_read_dword(addr)</span></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue