https://github.com/maniacbug/ moved files to be directly compatible with platformio library folder
Go to file
interfisch b18ed8c013 Update 'README.md' 2022-07-14 16:07:54 +00:00
examples move files to work with platformio 2022-07-14 18:06:38 +02:00
src move files to work with platformio 2022-07-14 18:06:38 +02:00
tests move files to work with platformio 2022-07-14 18:06:38 +02:00
.gitignore move files to work with platformio 2022-07-14 18:06:38 +02:00
Doxyfile move files to work with platformio 2022-07-14 18:06:38 +02:00
FAQ move files to work with platformio 2022-07-14 18:06:38 +02:00
README.md Update 'README.md' 2022-07-14 16:07:54 +00:00
doxygen-custom.css move files to work with platformio 2022-07-14 18:06:38 +02:00
keywords.txt move files to work with platformio 2022-07-14 18:06:38 +02:00
wikidoc.xslt move files to work with platformio 2022-07-14 18:06:38 +02:00

README.md

Original Repository:

https://github.com/maniacbug/

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.