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:
1:b6d925d3740d
Parent:
0:db6e4ce9dc02
Child:
3:9d44479041c3
--- a/RFM69.h	Sun Mar 08 17:13:43 2015 +0000
+++ b/RFM69.h	Mon Jun 08 19:53:20 2015 +0000
@@ -103,7 +103,7 @@
 
     static RFM69* selfPointer;
     DigitalOut _slaveSelectPin;
-    InterruptIn _interrupt;
+    //InterruptIn _interrupt;
     uint8_t _address;
     Timer t;
     bool _promiscuousMode;