docupdate
This commit is contained in:
9
RF24.h
9
RF24.h
@@ -466,7 +466,7 @@ public:
|
|||||||
* @param[out] tx_fail The send failed, too many retries (MAX_RT)
|
* @param[out] tx_fail The send failed, too many retries (MAX_RT)
|
||||||
* @param[out] rx_ready There is a message waiting to be read (RX_DS)
|
* @param[out] rx_ready There is a message waiting to be read (RX_DS)
|
||||||
*/
|
*/
|
||||||
void whatHappened(bool& tx_ok,bool& tx_fail,bool& rx);
|
void whatHappened(bool& tx_ok,bool& tx_fail,bool& rx_ready);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable or disable auto-acknowlede packets
|
* Enable or disable auto-acknowlede packets
|
||||||
@@ -548,6 +548,13 @@ public:
|
|||||||
* the sender's message arrives.
|
* the sender's message arrives.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @example pingpair_irq.pde
|
||||||
|
*
|
||||||
|
* This is an example of how to user interrupts to interact with the radio.
|
||||||
|
* It builds on the pingpair_pl example, and uses ack payloads.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @example pingpair_sleepy.pde
|
* @example pingpair_sleepy.pde
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user