diff --git a/RF24.cpp b/RF24.cpp index 00469fc..62c6e93 100644 --- a/RF24.cpp +++ b/RF24.cpp @@ -631,5 +631,12 @@ void RF24::setCRCLength(rf24_crclength_e length) write_register(CONFIG,config); } +/******************************************************************/ + +void RF24::setRetries(uint8_t delay, uint8_t count) +{ + write_register(SETUP_RETR,(delay&0xf)<