Commit 14187cd1 authored by TMRh20's avatar TMRh20

Updated readme and h file for doxygen

See http://tmrh20.github.io/RF24/class_r_f24.html for the class
documenation.
parent 1e2f41c3
# Arduino driver for nRF24L01 2.4GHz Wireless Transceiver # Optimized High Speed Arduino driver for nRF24L01 2.4GHz Wireless Transceiver
Note: March 2014, this fork was just published and is still undergoing fine tuning. 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. Class documenation is now available at http://tmrh20.github.io/RF24/class_r_f24.html
This readme will be updated once more is finalized.
See http://TMRh20.blogspot.com for an overview of the new functionality.
Design Goals: This library is designed to be... Design Goals: This library is designed to be...
* Maximally compliant with the intended operation of the chip * More compliat with the manufacturer specified operation of the chip
* As efficient in operation as possible * Utilize the capabilities of the radio to their full potential via Arduino
* More reliable and feature rich
* Easy for beginners to use * Easy for beginners to use
* Consumed with a public interface that's similiar to other Arduino standard libraries * 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.
Please refer to: Please refer to:
* [Documentation Main Page](http://maniacbug.github.com/RF24) * [Documentation Main Page](http://tmrh20.github.io/)
* [RF24 Class Documentation](http://maniacbug.github.com/RF24/classRF24.html) * [Class Reference]( http://tmrh20.github.io/RF24/class_r_f24.html)
* [Source Code](https://github.com/maniacbug/RF24) * [Source Code](https://github.com/tmrh20/RF24)
* [Downloads](https://github.com/maniacbug/RF24/archives/master) * [Downloads](https://github.com/tmrh20/RF24/archives/master)
* [Chip Datasheet](http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf) * [Chip Datasheet](http://www.nordicsemi.com/files/Product/data_sheet/nRF24L01_Product_Specification_v2_0.pdf)
This chip uses the SPI bus, plus two chip control pins. Remember that pin 10 must still remain an output, or This chip uses the SPI bus, plus two chip control pins. Remember that pin 10 must still remain an output, or
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment