From 0a2c207146786ea6366c2627f819a320c87c83d3 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 13 Mar 2011 17:59:32 +0000 Subject: [PATCH] Add a simple readme --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0f41f5e --- /dev/null +++ b/README @@ -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.