- 23 Mar, 2016 2 commits
- 20 Feb, 2016 5 commits
- 19 Feb, 2016 2 commits
-
-
Avamander authored
maskIRQ: Fixed function to clear interrupt bits first.
-
Witold Markowski authored
-
- 14 Feb, 2016 2 commits
-
-
Witold Markowski authored
-
Witold Markowski authored
-
- 09 Feb, 2016 1 commit
-
-
Avamander authored
Fix warning: C++11 requires a space between literal and identifier
-
- 08 Feb, 2016 1 commit
-
-
Flavio Fernandes authored
This change fixes the following compiler warning I get when building on Arduino IDE version 1.6.7 "/var/folders/sv/27zk61c9449f9wycpfhq9dmr0000gn/T/build68a338274e8c0af55d2a1e6113ec3df2.tmp/libraries/RF24/RF24.cpp.o" /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:559:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] printf_P(PSTR("Data Rate\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_datarate_e_str_P[getDataRate()])); ^ /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:560:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] printf_P(PSTR("Model\t\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_model_e_str_P[isPVariant()])); ^ /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:561:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] printf_P(PSTR("CRC Length\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_crclength_e_str_P[getCRCLength()])); ^ /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:562:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] printf_P(PSTR("PA Power\t = "PRIPSTR"\r\n"), pgm_read_word(&rf24_pa_dbm_e_str_P[getPALevel()])); ^
-
- 06 Feb, 2016 1 commit
-
-
Avamander authored
Fix GettingStarted sample
-
- 05 Feb, 2016 1 commit
-
-
Abdullah Baig authored
-
- 28 Jan, 2016 1 commit
-
-
Eric Lee authored
The GettingStarted sample is apparently intended to send a number from the transmitter to the receiver and echo that same number back again, but the code wasn't outputting the echoed number properly. Now it doesn, and the user can see that the same number was sent and echoed back.
-
- 27 Jan, 2016 1 commit
-
-
mz-fuzzy authored
Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 25 Jan, 2016 1 commit
-
-
mz-fuzzy authored
Clean-up/fix of RF24 configuration examples in RPi/Python example. Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 23 Jan, 2016 1 commit
-
-
Oitzu authored
Ooops.. thanks to marceloaqno for spotting this.
-
- 10 Jan, 2016 2 commits
-
-
https://github.com/TMRh20/RF24TMRh20 authored
-
TMRh20 authored
-
- 07 Jan, 2016 10 commits
- 29 Dec, 2015 1 commit
-
-
TMRh20 authored
-
- 28 Dec, 2015 1 commit
-
-
TMRh20 authored
- Update scanner examples to use channels 0-125 - Update documentation indicating channels 0-125 only - Per datasheet radio only has 126 channels
-
- 24 Dec, 2015 1 commit
-
-
TMRh20 authored
RPI2 autodetection
-
- 23 Dec, 2015 2 commits
-
-
Jevgeni Kiski authored
-
Jevgeni Kiski authored
-
- 21 Dec, 2015 3 commits
-
-
TMRh20 authored
-
TMRh20 authored
- SPI_HAS_TRANSACTION define was not being picked up properly: add define to RF24_arch_config.h - Fix beginTransaction call using RF_SPI_SPEED instead of RF24_SPI_SPEED - Change beginTransaction to use SPISettings object -
-
TMRh20 authored
- Bring beginTransaction inline with Arduino API - #define SPI_HAS_TRANSACTION in SPI.h - #define the spi speed on both Arduino and RPi/Linux using RF24_SPI_SPEED instead of different vars - Chg beginTransaction to use bitOrder & mode instead of CSN - Add delay directly to chipSelect function (helps ensure pin is active before beginning SPI transactions) #173
-
- 20 Dec, 2015 1 commit
-
-
Oitzu authored
-