[Oberon] FPGA - nRF24L01 `RPI Net' server
Tomas Kral
thomas.kral at email.cz
Thu May 17 18:37:27 CEST 2018
On Thu, 17 May 2018 18:15:43 +0200
Jörg Straube <joerg.straube at iaeth.ch> wrote:
> What does reUseTX() do?
I am trying to figure out at the moment,
Thank you for taking your interest.
void RF24::reUseTX(){
write_register(NRF_STATUS,_BV(MAX_RT) ); //Clear max retry
spiTrans( REUSE_TX_PL );
ce(LOW); //Re-Transfer packet
// delayMicroseconds(10);
ce(HIGH);
}
as it also does things without REUSE_TX but with 10 us.
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list