3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 22 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved to library More... over 11 years ago
Added detech functionality. Contribution Derek Macias More... over 11 years ago
Added example for BH1750 lux sensor More... over 11 years ago
Fixed bug reported by a-lurker More... over 11 years ago
Added lock status variable, removed some compiler warnings. More... over 11 years ago
Now Using pgmspace.h instead of progmem.h. Removed a couple of compiler warnigns. More... over 11 years ago
Some people have reported problem when first radio transmit after sleep was send. Added radio powerUp() in "sleeping" example sketches. More... over 11 years ago
EthernetGateway added. Removed usage of string class i Gateway code (reduced program memroy by 2k). FIxed potential problem in Dallas sensor example sketch. More... over 11 years ago
Increased stability. Higher radio speeds (2mbps). Soft-acks implemeted to avoid the unreliable hw-acks. No trash messages found during test runs. More... over 11 years ago
Fixed problem with pipe 7 (trash messages) and double-sending of outgoning messages from gw. More... over 11 years ago
Fixed bug in routing for messages sent out from gateway. More... over 11 years ago
Move master branch from from mios git repo
hek
More... over 11 years ago
Move master branch from from mios git repo
hek
More... over 11 years ago
Add isValid More... almost 12 years ago
Merge pull request #16 from RWSDev/master More... about 12 years ago
Update examples/led_remote/led_remote.pde More... over 12 years ago
latest jamfiles More... about 13 years ago
Fix bug introduced in the move to PROGMEM. Props to @basilrx for finding this. Also added a test case to demonstrate the bug, and guard against more like it in the future. More... over 13 years ago
Remove prog_char, for compliance with gcc 4.6.1 More... over 13 years ago
Tune timing and upload rate of tests More... over 13 years ago
runtests now hups between each test instead of uploading More... over 13 years ago
FAQ- How much RAM?? More... over 13 years ago
Merge branch 'master' of github.com:maniacbug/RF24 More... over 13 years ago
Refactor pingpair_test to remove all serial io from within the irq handler, as necessitated by Arduino 1.0 More... over 13 years ago
pingpair_blocking test now uses expect and runs on linux More... over 13 years ago
Use latest Jamfile More... over 13 years ago
Reduce RAM footprint by moving static const data to progmem, and refactoring out switch statements. More... over 13 years ago
Update docs and comments for new nordic fob blog post More... over 13 years ago
Really...Pins 9 & 10 this time. I mean it\! More... over 13 years ago
Fix Jamfile for proper ordering of libraries More... over 13 years ago