Now caches the reading pipe 0 and re-sets it when starting to listen.

This commit is contained in:
maniacbug
2011-05-15 07:21:11 -07:00
parent e86c6b0f15
commit 1d28d28a29
2 changed files with 10 additions and 0 deletions

1
RF24.h
View File

@@ -23,6 +23,7 @@ private:
uint8_t payload_size; /**< Fixed size of payloads */
boolean ack_payload_available; /**< Whether there is an ack payload waiting */
uint8_t ack_payload_length; /**< Dynamic size of pending ack payload. Note: not used. */
uint64_t pipe0_reading_address; /**< Last address set on pipe 0 for reading. */
protected:
/**