mBed RFM12B module library

Dependents:   _EXAMPLE_RFM12B

Fork of RF12B by Sukkin Pang

RFM12B Library

The main purpose of this library was to implement the RFM12B module in order to be able to establish communication with the Moteino (arduino clone that uses the RFM12B).

In order to achieve my goal I was highly inspired by RF12B library from pangsk https://mbed.org/users/pangsk/ and by RFM12B arduino library made by Felix Rusu (http://lowpowerlab.com/blog/2012/12/28/rfm12b-arduino-library/)

Who/What is Moteino? (http://lowpowerlab.com/moteino/)

Revision:
5:12d8175359f2
Parent:
3:e926e54424cb
diff -r cd581c12a4b9 -r 12d8175359f2 RF12B.cpp
--- a/RF12B.cpp	Tue Feb 28 10:53:46 2012 +0000
+++ b/RF12B.cpp	Tue Mar 13 10:21:46 2012 +0000
@@ -209,6 +209,11 @@
     return  (uint8_t*)rf12_data;
 
 }
+ uint8_t RF12B::get_hdr(void)
+{
+    return rf12_hdr;
+
+}
 
 
 uint8_t  RF12B::rf12_recvDone (void) {