From 9e5bba79c8014cb8f4d4f086a59f6f9e5d1a756d Mon Sep 17 00:00:00 2001 From: Peter Mortensen Date: Sat, 20 Jul 2013 03:28:04 +0200 Subject: [PATCH] Copy edited (e.g. ref. https://www1.elfa.se/data1/wwwroot/assets/datasheets/MRF24J40.pdf) --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README b/README index 0f41f5e..5de422c 100644 --- a/README +++ b/README @@ -1,6 +1,3 @@ -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 +The Microchip MRF24J40MA is an 802.15.4 module, with an SPI interface. It's nice and cheap, and it is readily usable on a breadboard, unlike XBee modules. More information is in 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. +This library provides a basic interface to send and receive packets using plain 802.15.4. Beacon mode is not supported.