This library lets you connect an MRF24J40 tranceiver to your mbed. The MRF24J40 is intended for use as a zigbee or 6LowPan tranciever. However, it can also be used to simply send data from one tranceiver to another. The tranceiver is also available as a module on a small PCB with antenna etc. It requires no other components and can be connected to the mbed using 6 or 7 pins: MISO, MOSI, CLK, CS, WAKE, INT, RESET (optional). New: Added support for INT and WAKE pins. Added PrintBuffer function Added DebugDump function

Fork of MRF24J40 by Jeroen Hilgers

History

Add support for INT and WAKE pins default tip

2015-01-07, by nbremond [Wed, 07 Jan 2015 22:03:56 +0000] rev 3

Add support for INT and WAKE pins


include emonlib

2015-01-07, by nbremond [Wed, 07 Jan 2015 15:50:58 +0000] rev 2

include emonlib


Fixed @code tag in documentation.

2011-02-16, by hilgo [Wed, 16 Feb 2011 07:53:48 +0000] rev 1

Fixed @code tag in documentation.


Initial revision; tested with two mbed/MRF24J40MA pairs using the example provided.

2011-02-16, by hilgo [Wed, 16 Feb 2011 07:50:54 +0000] rev 0

Initial revision; tested with two mbed/MRF24J40MA pairs using the example provided.