Port of lowpowerlab RFM69 Packet radio library for HopeRF RFM69H with hacks from debugging with a FRDM-KL25Z

Dependents:   chuk

Fork of RFM69 by B Rey

Revision:
3:9d44479041c3
Parent:
1:b6d925d3740d
Child:
5:dd8ff3ab5e2a
--- a/RFM69.h	Mon Jun 08 20:53:46 2015 +0000
+++ b/RFM69.h	Fri Jun 19 13:03:45 2015 +0000
@@ -75,6 +75,7 @@
     bool canSend();
     void send(uint8_t toAddress, const void* buffer, uint8_t bufferSize, bool requestACK=false);
     bool sendWithRetry(uint8_t toAddress, const void* buffer, uint8_t bufferSize, uint8_t retries=2, uint8_t retryWaitTime=40); // 40ms roundtrip req for 61byte packets
+    void receive();
     bool receiveDone();
     bool ACKReceived(uint8_t fromNodeID);
     bool ACKRequested();