RF24Network, RF24Mesh, and RXing BLE #33
Adds new features
- RF24Network ported from TMRh20 C++ library (not WiFi compatible)
- RF24Mesh ported from TMRh20 C++ library (not BLE/802.11 mesh compatible)
- sniffing/receiving BLE payloads. This is still subject to the limitations of the nRF24L01 as have been outlined in the
fake_ble
module's docs.
See #33 for more details.
Also improved speed in certain aspects of the RF24 class.