Merge branch 'master' of github.com:maniacbug/RF24
This commit is contained in:
3
RF24.cpp
3
RF24.cpp
@@ -480,7 +480,7 @@ void RF24::startWrite( const void* buf, uint8_t len )
|
||||
{
|
||||
// Transmitter power-up
|
||||
write_register(CONFIG, ( read_register(CONFIG) | _BV(PWR_UP) ) & ~_BV(PRIM_RX) );
|
||||
delay(2);
|
||||
delayMicroseconds(150);
|
||||
|
||||
// Send the payload
|
||||
write_payload( buf, len );
|
||||
@@ -488,7 +488,6 @@ void RF24::startWrite( const void* buf, uint8_t len )
|
||||
// Allons!
|
||||
ce(HIGH);
|
||||
delayMicroseconds(15);
|
||||
delay(2);
|
||||
ce(LOW);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user