- 14 Jul, 2020 2 commits
- 10 Jul, 2020 1 commit
-
-
TMRh20 authored
On Linux devices the SPI speed can be set using the RF24 radio(ce,cs,spi_speed); constructor. This was not properly implemented. - Defined RF24_SPI_SPEED for all devices in RF24_config.h - Set spi_speed var in constructor - Use spi_speed var for spi_transactions - Default to RF24_SPI_SPEED when using the old BCM2835 enums - Reconfig spi_speed var as uint32_t - Update spi drivers for RPi,SPIDEV,wiringPi and MRAA
-
- 09 Jul, 2020 1 commit
-
-
TMRh20 authored
https://github.com/nRF24/RF24/issues/508 The check for SPI_HAS_TRANSACTION needs to be done at the end of RF24_config.h so that the SPI.h file is included before attempting detection
-
- 08 Jul, 2020 3 commits
-
-
TMRh20 authored
-
TMRh20 authored
-
TMRh20 authored
Per https://github.com/nRF24/RF24/issues/605 remove compatibility code for new Arduino digitalWrite API (affecting megaAVR-0 chip family and tinyAVR 0-series and 1-series chips and others)
-
- 27 Jun, 2020 1 commit
-
-
Azais Corentin authored
Fixed undefined behavior when calling openReadingPipe with pipe number 6
-
- 30 May, 2020 1 commit
-
-
Greg Herlein authored
Fixed a warning emitted by the compiler about the Linux dynamic payload example Co-authored-by: Avamander <avamander@gmail.com>
-
- 29 May, 2020 7 commits
- 26 May, 2020 1 commit
-
-
TMRh20 authored
#592
-
- 06 Apr, 2020 1 commit
-
-
TMRh20 authored
Add re-define for pgm_read_ptr See #581 #552
-
- 29 Mar, 2020 2 commits
- 26 Mar, 2020 1 commit
-
-
Kris9Master authored
When creating multiple instances of SPI class using SPIDEV driver, only the first one got initated, because spiIsInitiated was defined as global variable. It was changed to be a private variable of SPI class.
-
- 08 Mar, 2020 1 commit
-
-
Avamander authored
Fixed a very old misspell and version number
-
- 15 Feb, 2020 2 commits
- 11 Feb, 2020 2 commits
- 27 Jan, 2020 1 commit
-
-
Bertrand Roussel authored
When RF24 wasn't ran as root, it threw a very cryptic error (see https://github.com/nRF24/RF24/issues/531): `terminate called after throwing an instance of 'int'` This commit will improve that and now it appears as: `terminate called after throwing an instance of 'std::runtime_error' what(): Process should run as root`
-
- 26 Jan, 2020 3 commits
-
-
Bertrand Roussel authored
-
Bertrand Roussel authored
Cross-compiling using arm-linux-gnueabihf-gcc 7.4.0 resulted in the following error: `sorry, unimplemented: Thumb-1 hard-float VFP ABI` Fixed by adding `-marm` to the build parameters for RPi 1
-
Avamander authored
Fixes https://github.com/nRF24/RF24/pull/562
-
- 18 Jan, 2020 2 commits
-
-
Edwin authored
* Improved issue templates * Added question template * Improved the link in CONTRIBUTING.md * Created a common issue template Co-authored-by: Avamander <avamander@gmail.com>
-
Avamander authored
Added getARC() to get automatic retransmission count (ARC_CNT) Co-authored-by: Georgios Karnas <kargeor@gmail.com>
-
- 17 Jan, 2020 3 commits
- 06 Oct, 2019 1 commit
-
-
TMRh20 authored
Mod to run RF24 on Raspberry SPI1
-
- 04 Oct, 2019 1 commit
-
-
Crkk authored
Useful also to solve issue #499 Change SPI0 to SPI1 Raspberry Pi 3
-
- 26 Aug, 2019 1 commit
-
-
TMRh20 authored
Fix in RF24::getDynamicPayloadSize
-
- 25 Aug, 2019 1 commit
-
-
Jonathan Klamroth authored
-
- 17 Aug, 2019 1 commit
-
-
TMRh20 authored
-