From dfc75db8e61276e9920e1cbc6be59939966ca4d9 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Tue, 18 Mar 2014 08:32:10 -0600 Subject: [PATCH] Update readme temporarily - advisory of non-compliance with current documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0e71c092..66d22c6cc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # Arduino driver for nRF24L01 2.4GHz Wireless Transceiver +Note: March 2014, this fork was just published and is still undergoing fine tuning. +The attached documentation is close but does NOT match the library. +See http://TMRh20.blogspot.com for usage information and updates. +This readme will be updated once more is finalized. + Design Goals: This library is designed to be... * Maximally compliant with the intended operation of the chip +* As efficient in operation as possible * Easy for beginners to use * Consumed with a public interface that's similiar to other Arduino standard libraries * Built against the standard SPI library.