descriptionPure C/avrlibc/printf-free port of the AVR driver for nRF24L01.
homepage URLhttps://github.com/jaseg/RF24
repository URLhttps://github.com/jaseg/RF24.git
owners@jaseg.de
last changeThu, 10 May 2012 15:43:18 +0000 (10 17:43 +0200)
last refreshWed, 24 Apr 2024 20:49:13 +0000 (24 22:49 +0200)
content tags
add:
README.md

Arduino driver for nRF24L01 2.4GHz Wireless Transceiver

Design Goals: This library is designed to be...

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.

shortlog
2012-05-10 jasegPorted it to c without arduino dependencies. Switched... avrlibc
2012-02-27 maniacbugFix bug introduced in the move to PROGMEM. Props to... master
2012-01-18 maniacbugRemove prog_char, for compliance with gcc 4.6.1
2012-01-18 maniacbugTune timing and upload rate of tests
2012-01-16 maniacbugruntests now hups between each test instead of uploading
2012-01-16 maniacbugFAQ- How much RAM??
2012-01-16 maniacbugMerge branch 'master' of github.com:maniacbug/RF24
2012-01-16 maniacbugRefactor pingpair_test to remove all serial io from...
2012-01-16 maniacbugpingpair_blocking test now uses expect and runs on...
2012-01-16 maniacbugUse latest Jamfile
2012-01-16 maniacbugReduce RAM footprint by moving static const data to...
2012-01-08 maniacbugUpdate docs and comments for new nordic fob blog post
2012-01-05 maniacbugReally...Pins 9 & 10 this time. I mean it\!
2012-01-05 maniacbugFix Jamfile for proper ordering of libraries
2012-01-05 maniacbugdocupdate
2012-01-05 maniacbugnordic_fob example fully working.
...
heads
11 years ago ethersex-integration
11 years ago avrlibc
12 years ago master
12 years ago gh-pages
12 years ago arduino-1.0
12 years ago write_bug
12 years ago p_enable
12 years ago interrupts