Ported it to c without arduino dependencies. Switched from printf to a
[RF24-C.git] / README.md
blobc0e71c092ea43944275b8dc1773289a2569d5e30
1 # Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
3 Design Goals: This library is designed to be...
5 * Maximally compliant with the intended operation of the chip
6 * Easy for beginners to use
7 * Consumed with a public interface that's similiar to other Arduino standard libraries
8 * Built against the standard SPI library. 
10 Please refer to:
12 * [Documentation Main Page](http://maniacbug.github.com/RF24)
13 * [RF24 Class Documentation](http://maniacbug.github.com/RF24/classRF24.html)
14 * [Source Code](https://github.com/maniacbug/RF24)
15 * [Downloads](https://github.com/maniacbug/RF24/archives/master)
16 * [Chip Datasheet](http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf)
18 This chip uses the SPI bus, plus two chip control pins.  Remember that pin 10 must still remain an output, or
19 the SPI hardware will go into 'slave' mode.