Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Mar 19, 2011
0 parents commit de083c9
Show file tree
Hide file tree
Showing 8 changed files with 2,638 additions and 0 deletions.
1,551 changes: 1,551 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Aruino driver for nRF24L01 2.4GHz Wireless Transceiver

See Datasheet at 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
the SPI hardware will go into 'slave' mode.

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.
Loading

0 comments on commit de083c9

Please sign in to comment.