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

Files at this revision

API Documentation at this revision

Comitter:
charly
Date:
Sun Feb 19 21:12:10 2012 +0000
Parent:
3:c3c19f30ff69
Child:
5:0386600f3408
Commit message:
Applied fix of Revision 1.11 of Original Package

Changed in this revision

RF22.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RF22.cpp	Sat Feb 18 20:40:59 2012 +0000
+++ b/RF22.cpp	Sun Feb 19 21:12:10 2012 +0000
@@ -285,7 +285,7 @@
     _mode = RF22_MODE_IDLE;
     setModeRx(); // Keep trying
     }
-    if (_lastInterruptFlags[1] & RF22_ENPREAVAL)
+    if (_lastInterruptFlags[1] & RF22_IPREAVAL)
     {
 //    Serial.println("ENPREAVAL");  
     _lastRssi = spiRead(RF22_REG_26_RSSI);