Documentation update, about setFifoThreshold.
This commit is contained in:
parent
68ebbf59b7
commit
7d6929a4ad
2 changed files with 4 additions and 0 deletions
|
@ -650,6 +650,8 @@ class RF69: public PhysicalLayer {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Set FIFO threshold level.
|
\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 level.
|
||||||
*/
|
*/
|
||||||
void setFifoThreshold(uint8_t threshold);
|
void setFifoThreshold(uint8_t threshold);
|
||||||
|
|
|
@ -763,6 +763,8 @@ class SX127x: public PhysicalLayer {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Set FIFO threshold level.
|
\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 level.
|
||||||
*/
|
*/
|
||||||
void setFifoThreshold(uint8_t threshold);
|
void setFifoThreshold(uint8_t threshold);
|
||||||
|
|
Loading…
Add table
Reference in a new issue