- 23 Sep, 2015 1 commit
-
-
TMRh20 authored
Per #138 n8henrie - SPIDEV not working with newest firmware.
-
- 18 Sep, 2015 3 commits
- 12 Aug, 2015 1 commit
-
-
TMRh20 authored
Added getChannel Method to allow for verification of the configured c…
-
- 07 Aug, 2015 1 commit
-
-
TMRh20 authored
-
- 03 Aug, 2015 1 commit
-
-
https://github.com/TMRh20/RF24komby authored
-
- 02 Aug, 2015 1 commit
-
-
komby authored
-
- 13 Jul, 2015 1 commit
-
-
TMRh20 authored
Per comments by @crcastle #125 add support for ESP8266 SOC devices 1. Redefine STATUS as NRF_STATUS 2. Add ESP8266 specific defines to Arduino config: #if defined (ARDUINO_ARCH_ESP8266) #include <pgmspace.h> #define PRIPSTR "%S" #define printf_P printf
-
- 22 Jun, 2015 3 commits
- 18 Jun, 2015 1 commit
-
-
Ivan Kravets authored
* This library in Web Registry: http://platformio.org/#!/lib/show/433/RF24 * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
-
- 17 Jun, 2015 1 commit
-
-
TMRh20 authored
- Remove unneeded lines from RF24_config.h - Add doc info for Ack Payloads
-
- 07 Jun, 2015 1 commit
-
-
TMRh20 authored
Fix incorrect setting
-
- 27 Apr, 2015 1 commit
-
-
TMRh20 authored
- Fix for compatibility with SoftSPI and SPI_UART - I seemed to be running two different versions, fixed for compatibility between RPi and Arduino
-
- 23 Apr, 2015 3 commits
- 20 Apr, 2015 3 commits
-
-
Interneedus authored
Changed baudrate to match other examples.
-
Interneedus authored
Serial baudrates should be the same in all examples.
-
Interneedus authored
Serial connection baudrates should be same in all examples.
-
- 19 Apr, 2015 2 commits
-
-
TMRh20 authored
-
TMRh20 authored
Per https://github.com/TMRh20/RF24/issues/101#issuecomment-94163382 initialize pipe0_reading_address[0] to address "Weird and unstable behavior of python wrapper" identified by @kormitigrov Resolution/Root Cause identified by mz-fuzzy
-
- 18 Apr, 2015 1 commit
-
-
TMRh20 authored
Fix over reading a buffer by 1 byte https://github.com/TMRh20/RF24/issues/101
-
- 29 Mar, 2015 1 commit
-
- 27 Mar, 2015 1 commit
-
-
TMRh20 authored
- Per suggestion by @nerdralph use SPI_HAS_TRANSACTION instead of Arduino version for detection of transaction support
-
- 26 Mar, 2015 8 commits
-
-
TMRh20 authored
- Remove most Due specific code - Update remaining SPI code using transaction functions
-
TMRh20 authored
- Use SPI transactions for 1.6.0 and up
-
TMRh20 authored
-
TMRh20 authored
-
TMRh20 authored
- Temporarily comment changes to begin() pending further testing/dev - Maintain backwards compatibility by detecting Arduino IDE version
-
https://github.com/nerdralph/RF24TMRh20 authored
-
TMRh20 authored
-
TMRh20 authored
- tmp fix - remove virtual destructor for Arduino etc - Replace bell with null per #91
-
- 23 Mar, 2015 2 commits
- 18 Mar, 2015 1 commit
-
-
TMRh20 authored
-
- 13 Mar, 2015 2 commits
-
-
-
TMRh20 authored
-