3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug in openReadingPipe which disallowed pipe 5 More... about 14 years ago
Add RF_SETUP to printDetails More... about 14 years ago
Changed the logic. Button press now toggles the LED. More... about 14 years ago
Moved the wide_band variable and initializer cleanup. More... about 14 years ago
Added two default values to the RF24 constructor; speed and channel. Some additional constantness cleanup. More... about 14 years ago
Adds constantness to method declarations and arguments where possible. Added the concept of wide band. Currently not used but state is properly tracked in accordance with data rate selection. Default channel is changed to 64 in begin method. That needs to move anyways. Automatic ACKs can now be adjusted on a per pipeline bases. More... about 14 years ago
New P variant feature support with corresponding defines. RF_DR is now broken into two bits to support P variant and is now obsolete. RF_DR is now RF_DR_HIGH and RF_DR_LOW; with RF_DR_HIGH corresponding to the original RF_DR bit. Data rate can now select 250kbs mode on supporting hardware. More... about 14 years ago
astyle -A1 More... about 14 years ago
Fixed led_remote in docs More... about 14 years ago
Added led_remote to docs More... about 14 years ago
Added a new example More... about 14 years ago
Fixed a bug in setDataRate More... about 14 years ago
Added setCRCLength More... about 14 years ago
Made all CONFIG register changes incremental not absolute More... about 14 years ago
Added 3rd FTDI port for my own use More... about 14 years ago
Added setDataRate() More... about 14 years ago
Added carrier detect and auto ack enable/disable More... about 14 years ago
Added carrier detect and auto-ack disable, and an example to use it More... about 14 years ago
Updating docs More... about 14 years ago
Revised documentation More... about 14 years ago
Environment-specific changes for me. Testing out latest arduino from git, and added a 3rd upload option More... about 14 years ago
Avoid spurious warnings More... about 14 years ago
Added extra debugging readability More... about 14 years ago
Do clock divider on chip select. Should improve SPI interop with other devices More... about 14 years ago
Renamed ping delay to ping interval and added some comments More... about 14 years ago
Comment bug More... about 14 years ago
Merge branch 'master' of github.com:maniacbug/RF24 More... about 14 years ago
Refactored common code from leaf/relay nodes into static functions. Improved comments. More... about 14 years ago
Now caches the reading pipe 0 and re-sets it when starting to listen. More... about 14 years ago
Leaf only starts hunting for a new slot after 3 timeouts. Makes the system more stable. More... about 14 years ago