Merge branch 'master' of github.com:maniacbug/RF24

This commit is contained in:
maniacbug 2011-12-21 08:33:01 -08:00
commit 238e9d27b6
9 changed files with 9 additions and 11 deletions

View File

@ -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);
}

View File

@ -34,7 +34,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -24,7 +24,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -21,7 +21,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -22,7 +22,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -24,7 +24,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -31,7 +31,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -1,4 +1,3 @@
/*
Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com>
@ -27,7 +26,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);

View File

@ -31,7 +31,7 @@
// Hardware configuration
//
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
// Set up nRF24L01 radio on SPI bus plus pins 9 & 10
RF24 radio(9,10);