Go to file
Jimmy 744db56269 Stuff 2021-08-29 21:55:53 +12:00
examples Added some config/init time options 2011-12-17 14:44:18 -05:00
src Stuff 2021-08-29 21:55:53 +12:00
test Stuff 2021-08-29 21:55:53 +12:00
README Add a simple readme 2011-03-13 17:59:32 +00:00
mrf24j.cpp Added some config/init time options. 2011-12-17 14:23:12 -05:00
mrf24j.h Added some config/init time options. 2011-12-17 14:23:38 -05:00

README

The microchip mrf24j40ma is an 802.15.4 module, with a SPI interface.  It's nice and cheap, and it is
readily usable on a breadboard, unlike xbee modules.  More information here:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en535967

This library provides a basic interface to send and receive packets using plain 802.15.4.  beacon mode
is not supported.