3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 24, 2024 — Jul 24, 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... almost 14 years ago
Added FAQ page to docs More... almost 14 years ago
Added back in gcopeland's additional debugging info, with readable values. More... almost 14 years ago
Add getDataRate, add DISABLED to data rate enum More... almost 14 years ago
Reorganize header file to better group the now very large list of methods More... almost 14 years ago
Comment cleanups More... almost 14 years ago
Test refinement. IRQ test times out after not receiving anything, warning that you probably don't have interrupts hooked up. More... almost 14 years ago
Comment cleanups More... almost 14 years ago
Merge master with static payload fixes More... almost 14 years ago
Ignore .swp files More... almost 14 years ago
Added another test of a simpler calling pattern. No IRQ, no dynamic payload or ack packet. More... almost 14 years ago
Static and dynamic payloads now fully fixed and interoperable More... almost 14 years ago
Merge fix for static payloads More... almost 14 years ago
Fix bug in which static payloads were broken More... almost 14 years ago
Experimental changes to help in debugging More... almost 14 years ago
Fix bugs. Ack payload available was broken since interrupts went in. stREtries was missing since the gcopeland merge. More... almost 14 years ago
Improve pingpair timing. Should lead to less timeouts. More... almost 14 years ago