- 04 Jan, 2017 2 commits
-
-
plasticassius authored
* fix SPIDEV interface * cleanup SPIDEV
-
Dennis authored
Added a function to disable dynamic payloads but ACK payloads are also disabled at the same time because they depend on dynamic payloads.
-
- 30 Dec, 2016 1 commit
-
-
Nick Mooney authored
Fix clamping to a single hex digit
-
- 28 Dec, 2016 3 commits
-
-
corcrash authored
Added support for boards using SPIDEV with GPIO identifiers higher than 255
-
corcrash authored
-
Daniel Friesel authored
RF24::begin: reset dynamic_payloads_enabled to false
-
- 19 Dec, 2016 1 commit
-
-
Daniel Friesel authored
-
- 20 Nov, 2016 1 commit
-
-
Nick Mooney authored
The desired functionality is to display all channel measurements greater than 0xF as 0xF. The current behavior picks the minimum between `0xF` and `(value & 0xF)`, which is just the last hex digit of the measurement. If the value was `0x12`, the code would print `2` rather than `F`. This change just makes `min` compare `0xF` with the full value of the measurement, such that measurements above `0xF` will always get clamped correctly.
-
- 16 Nov, 2016 1 commit
-
-
TMRh20 authored
- Add support for Arduino Due secondary SPI BUS using SPI_UART library (TX1: MOSI, RX1: MISO, SDA1: SCK, CS&CE: User selected)
-
- 10 Nov, 2016 2 commits
- 07 Nov, 2016 2 commits
- 06 Nov, 2016 1 commit
-
-
campenr authored
-
- 05 Nov, 2016 2 commits
-
-
TMRh20 authored
-
TMRh20 authored
There are two main delays in the library: 1. txDelay is called during stopListening. This is important when ESB/AA is enabled, but can be reduced if AA is disabled or if there is a delay between calling stopListening() and any writes to the radio 2. csDelay is called every time the CSN/SS SPI pin is toggled to reduce SPI polling. This can be reduced to 0 if interrupts or timed polling is taking place.
-
- 19 Sep, 2016 3 commits
- 16 Sep, 2016 1 commit
-
-
pfeerick authored
getCRCLength() returns RF24_CRC_DISABLED, not RF24_DISABLED...
-
- 05 Sep, 2016 2 commits
-
-
TMRh20 authored
Let's PlatformIO decide how to build Arduino v1.0 library
-
Ivan Kravets authored
-
- 15 Aug, 2016 2 commits
-
-
Avamander authored
Update PlatformIO library manifest
-
Valerii Koval authored
-
- 12 Aug, 2016 1 commit
-
-
Avamander authored
-
- 27 Jul, 2016 2 commits
- 29 Jun, 2016 1 commit
-
-
mz-fuzzy authored
- update for makefile improvements - python wrapper updates - cross compilation - duplications removed - minor doc fixes
-
- 16 Jun, 2016 1 commit
-
-
Avamander authored
Changes in RF24_config.h prohibits the detection of XMEGA.
-
- 02 Jun, 2016 1 commit
-
-
Radek Novacek authored
-
- 15 May, 2016 2 commits
-
-
mz-fuzzy authored
Change examples_RPi to examples_linux
-
mz-fuzzy authored
Improved Allwinner SoC detection. Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 10 May, 2016 1 commit
-
-
gitgrimbo authored
-
- 03 May, 2016 1 commit
-
-
akatran authored
-
- 30 Apr, 2016 2 commits
- 29 Apr, 2016 2 commits
- 22 Apr, 2016 1 commit
-
-
mz-fuzzy authored
.gitignore update
-
- 21 Apr, 2016 1 commit
-
-
TMRh20 authored
Support for ATXMega256D3 as a static library.
-