Add a simple readme

This commit is contained in:
Karl Palsson 2011-03-13 17:59:32 +00:00
parent 6c1aac9d08
commit 0a2c207146
1 changed files with 6 additions and 0 deletions

6
README Normal file
View File

@ -0,0 +1,6 @@
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.