https://github.com/maniacbug/
moved files to be directly compatible with platformio library folder
1a37c1cd0f
Its now possible to both get and set the current PA level. LNA is obsolete in P variant. CD is obsoleted in P variant. Can now check both CD and RDP levels. Will follow through in the future to determine if there is any real difference. Aside from dBm floor and slight changes in internal behavior, they appear identical in interface and function. Fixes a bug in openReadingPipe which was excluding the 5th pipline. We have 6-pipelines, 0-5, so excluding the 5th (<5) would only allow for four active pipelines. |
||
---|---|---|
examples | ||
.gitignore | ||
Doxyfile | ||
Jamfile | ||
README.md | ||
RF24.cpp | ||
RF24.h | ||
keywords.txt | ||
nRF24L01.h | ||
wikidoc.xslt |
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.