kopia lustrzana https://github.com/jgromes/RadioLib
[SX127x] Added parameter doc and keyword
rodzic
cb45f4fe5e
commit
fe52311371
|
@ -197,6 +197,7 @@ randomByte KEYWORD2
|
|||
getPacketLength KEYWORD2
|
||||
setFifoEmptyAction KEYWORD2
|
||||
clearFifoEmptyAction KEYWORD2
|
||||
setFifoThreshold KEYWORD2
|
||||
setFifoFullAction KEYWORD2
|
||||
clearFifoFullAction KEYWORD2
|
||||
fifoAdd KEYWORD2
|
||||
|
|
|
@ -652,7 +652,7 @@ class RF69: public PhysicalLayer {
|
|||
\brief Set FIFO threshold level.
|
||||
Be aware that threshold is also set in setFifoFullAction method.
|
||||
setFifoThreshold method must be called AFTER calling setFifoFullAction!
|
||||
\param Threshold level.
|
||||
\param threshold Threshold level in bytes.
|
||||
*/
|
||||
void setFifoThreshold(uint8_t threshold);
|
||||
|
||||
|
|
|
@ -765,7 +765,7 @@ class SX127x: public PhysicalLayer {
|
|||
\brief Set FIFO threshold level.
|
||||
Be aware that threshold is also set in setFifoFullAction method.
|
||||
setFifoThreshold method must be called AFTER calling setFifoFullAction!
|
||||
\param Threshold level.
|
||||
\param threshold Threshold level in bytes.
|
||||
*/
|
||||
void setFifoThreshold(uint8_t threshold);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue