https://github.com/maniacbug/ moved files to be directly compatible with platformio library folder
Go to file
Greg Copeland b1a7dc7d54 Adds constantness to method declarations and arguments where possible.
Added the concept of wide band. Currently not used but state is
properly tracked in accordance with data rate selection.
Default channel is changed to 64 in begin method. That needs to move
anyways.
Automatic ACKs can now be adjusted on a per pipeline bases.
2011-06-21 14:36:02 -05:00
examples Added a new example 2011-06-03 06:42:47 -07:00
.gitignore Simplified example to use less calls. 2011-03-31 21:32:45 -07:00
Doxyfile Tweaked doc paramters 2011-04-01 23:02:01 -07:00
Jamfile Added a small documentation build system 2011-03-19 13:14:07 -07:00
README.md Trying to get the formatting just right 2011-04-03 20:32:21 -07:00
RF24.cpp Adds constantness to method declarations and arguments where possible. 2011-06-21 14:36:02 -05:00
RF24.h Adds constantness to method declarations and arguments where possible. 2011-06-21 14:36:02 -05:00
keywords.txt added 2011-03-18 20:32:34 -07:00
nRF24L01.h New P variant feature support with corresponding defines. RF_DR is now broken into two bits to support P variant and is now obsolete. RF_DR is now RF_DR_HIGH and RF_DR_LOW; with RF_DR_HIGH corresponding to the original RF_DR bit. Data rate can now select 250kbs mode on supporting hardware. 2011-06-21 10:26:16 -05:00
wikidoc.xslt Tuned the text a bit 2011-03-31 21:47:01 -07:00

README.md

Arduino driver for nRF24L01 2.4GHz Wireless Transceiver

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.

Please refer to:

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.