-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPi Bugfix: Interrupts & ncursesInt example update
RPi Bugfix: (using radio interrupts) -- In some cases, mostly starting master & when all nodes are requesting an address the radio FIFO would be full. RF24Gateway now checks for this and manually loads the data. NCurses Example: - Add nodeID and interruptPin as user config variables - Add indicator of radio.rxFifoFull() in the case of using interrupts and payloads are loaded manually (for testing) - Add counter + indicator of network packets - Change keypad handling - Add interrupt blocking when radio is accessed in the normal program (rfNoInterrupts)
- Loading branch information
Showing
3 changed files
with
65 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters