#if defined (RF24_LINUX) || defined (__ARDUINO_X86__)
delayMicroseconds(370);
delayMicroseconds(370);
#elif defined(__arm__)
#elif defined(__arm__)
delayMicroseconds(300);
delayMicroseconds(300);
...
@@ -1065,7 +1046,7 @@ bool RF24::available(void)
...
@@ -1065,7 +1046,7 @@ bool RF24::available(void)
boolRF24::available(uint8_t*pipe_num)
boolRF24::available(uint8_t*pipe_num)
{
{
//Check the FIFO buffer to see if data is waiting to be read
//Check the FIFO buffer to see if data is waiting to be read
#if defined (RF24_LINUX) // This seems to prevent faster devices like RPi from saturating the RF24 module with SPI requests
#if defined (RF24_LINUX) || defined (__ARDUINO_X86__) // This seems to prevent faster devices like RPi from saturating the RF24 module with SPI requests