This commit is contained in:
maniacbug 2011-03-18 20:34:11 -07:00
parent de083c964d
commit ea69f9d1a6
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -1,4 +1,4 @@
Aruino driver for nRF24L01 2.4GHz Wireless Transceiver
Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
See Datasheet at http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf
@ -9,4 +9,4 @@ Design Goals: This library is designed to be...
* Maximally compliant with the intended operation of the chip
* Easy for beginners to use
* Consumed with a public interface that's similiar to other Arduino standard libraries
* Built against the standard SPI library.
* Built against the standard SPI library.