Library for HopeRF RFM22 / RFM22B transceiver module ported to mbed. Original Software from Mike McCauley (mikem@open.com.au) . See http://www.open.com.au/mikem/arduino/RF22/

Dependents:   RF22_MAX_test_Send Geofence_receiver Geofence_sender Geofence_sender ... more

More Info about RFM22-modules like connecting and a demo-program see RF22-Notebook

Revision:
7:b86825b9d74b
Parent:
6:468dc5b3942f
Child:
9:4002a2c117cc
--- a/RF22.h	Sat Mar 02 22:01:22 2013 +0000
+++ b/RF22.h	Wed Mar 13 20:37:19 2013 +0000
@@ -1119,7 +1119,7 @@
 
     /// Low level interrupt service routine for RF22 connected to interrupt 1
     //static void         isr1();
-//private:
+private:
     /// Array of instances connected to interrupts 0 and 1
     //static RF22*        _RF22ForInterrupt[];