Port of Maniacbug's Arduino RF24 library to mbed.

Dependents:   STM32F407VET6_nRF24L01_Master STM32F407VET6_nRF24L01_Slave Main_ntp_sd_nrf IRC_MASTER

Revision:
1:d96c2056bf37
Parent:
0:2007da485383
--- a/RF24.h	Wed Jan 23 17:34:34 2019 +0000
+++ b/RF24.h	Fri Jan 25 14:01:33 2019 +0000
@@ -355,8 +355,10 @@
    * Begin operation of the chip
    *
    * Call this in setup(), before calling any other methods.
+   *
+   * @return True on success. False otherwise.
    */
-  void begin(void);
+  bool begin(void);
   
     /**
    * Retrieve the current status of the chip