[SX127x] Added parameter doc and keyword

pull/1310/head
jgromes 2024-11-03 18:27:51 +01:00
rodzic cb45f4fe5e
commit fe52311371
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -197,6 +197,7 @@ randomByte KEYWORD2
getPacketLength KEYWORD2
setFifoEmptyAction KEYWORD2
clearFifoEmptyAction KEYWORD2
setFifoThreshold KEYWORD2
setFifoFullAction KEYWORD2
clearFifoFullAction KEYWORD2
fifoAdd KEYWORD2

Wyświetl plik

@ -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);

Wyświetl plik

@ -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);