This library lets you connect an MRF24J40 tranceiver to your mbed. The MRF24J40 is intended for use as a zigbee tranceiver. 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 5 pins.

Dependents:   mrf24jclient_vest1

Revision:
1:55d2672c4708
Parent:
0:0630ffe718d3
--- a/MRF24J40.h	Wed Feb 16 07:50:54 2011 +0000
+++ b/MRF24J40.h	Wed Feb 16 07:53:48 2011 +0000
@@ -32,6 +32,7 @@
  ** ordered for example by www.farnell.com.
  *
  * Example:
+ * @code
  * #include "mbed.h"
  * #include "MRF24J40.h"
  *