3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using Arduino 21 More... almost 14 years ago
Update docs for 1.0 More... almost 14 years ago
Merge branch 'master' of github.com:maniacbug/RF24 More... almost 14 years ago
Flush all buffers on start and stop listening More... almost 14 years ago
Merge branch 'master' of github.com:maniacbug/RF24 More... almost 14 years ago
Avert warnings on native platform More... almost 14 years ago
Merge branch 'master' of github.com:maniacbug/RF24 More... almost 14 years ago
SPI bus speed divider to 4, suggested by Greg Copeland. Also removed duplicated spi setup out of begin(), as it's all in csn() More... almost 14 years ago
More debugging information. More... almost 14 years ago
Added more information about whether the write was successful. More... almost 14 years ago
Fixed a bug when pipe 0 was NOT being used for writing. More... almost 14 years ago
Small tweaks and new test for native target More... almost 14 years ago
Yet more merge cleanup. Changes default channel to be US/Internationally legal while ensuring no spectrum bleed. More... almost 14 years ago
CHanged default data rate to 1MBps and default channel to 100 for better performance More... about 14 years ago
Added FAQ page to docs More... about 14 years ago
Added back in gcopeland's additional debugging info, with readable values. More... about 14 years ago
Add getDataRate, add DISABLED to data rate enum More... about 14 years ago
Reorganize header file to better group the now very large list of methods More... about 14 years ago
Comment cleanups More... about 14 years ago
Test refinement. IRQ test times out after not receiving anything, warning that you probably don't have interrupts hooked up. More... about 14 years ago
Comment cleanups More... about 14 years ago
Merge master with static payload fixes More... about 14 years ago
Ignore .swp files More... about 14 years ago
Added another test of a simpler calling pattern. No IRQ, no dynamic payload or ack packet. More... about 14 years ago
Static and dynamic payloads now fully fixed and interoperable More... about 14 years ago
Merge fix for static payloads More... about 14 years ago
Fix bug in which static payloads were broken More... about 14 years ago
Experimental changes to help in debugging More... about 14 years ago
Fix bugs. Ack payload available was broken since interrupts went in. stREtries was missing since the gcopeland merge. More... about 14 years ago
Improve pingpair timing. Should lead to less timeouts. More... about 14 years ago