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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:4002a2c117cc | 2013-09-02 | charly | removed DEBUG-LEDs LED1 .. LED4 as they make problems on other platforms (KL25Z) |
8:d9e2ca137f2e | 2013-04-07 | charly | disable RF22_ENFFERR interrupt, as this stops the receiver after some time |
7:b86825b9d74b | 2013-03-13 | charly | disable interrupts in critical sections. bug fixes, changes. |
6:468dc5b3942f | 2013-03-02 | charly | Default Message_Length from 50 to 255 Bytes |
5:0386600f3408 | 2013-03-02 | charly | Updated to Revision 1.25 of original package |
4:f0bf38bb0ff8 | 2012-02-19 | charly | Applied fix of Revision 1.11 of Original Package |
3:c3c19f30ff69 | 2012-02-18 | charly | FIxed typo |
2:f6f42c2ba9f2 | 2012-02-18 | charly | Enable AFC of RFM22 in RF22::init() |
1:813d4f57d630 | 2012-02-17 | charly | fixed use of rand() in ReliableDatagram |
0:79c6d0071c4c | 2012-02-14 | charly | Initial Port - Quick and Dirty !!! |