1. 31 Oct, 2015 3 commits
  2. 29 Oct, 2015 2 commits
  3. 20 Oct, 2015 2 commits
  4. 19 Oct, 2015 2 commits
    • Avamander's avatar
      Update library.properties · a045c5ac
      Avamander authored
      For me it seems there should be no limitation as it should work on any Arduino device + rPi
      a045c5ac
    • Avamander's avatar
      Delete FAQ · 69c1f3cc
      Avamander authored
      This is unnecessary and quite a bit outdated file
      69c1f3cc
  5. 01 Oct, 2015 6 commits
  6. 28 Sep, 2015 2 commits
  7. 27 Sep, 2015 2 commits
  8. 26 Sep, 2015 3 commits
  9. 23 Sep, 2015 2 commits
  10. 18 Sep, 2015 3 commits
  11. 12 Aug, 2015 1 commit
  12. 07 Aug, 2015 1 commit
  13. 03 Aug, 2015 1 commit
  14. 02 Aug, 2015 1 commit
  15. 13 Jul, 2015 1 commit
    • TMRh20's avatar
      ESP8266 Support per @crcastle · cd52d61b
      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
      cd52d61b
  16. 22 Jun, 2015 3 commits
  17. 18 Jun, 2015 1 commit
  18. 17 Jun, 2015 1 commit
  19. 07 Jun, 2015 1 commit
  20. 27 Apr, 2015 1 commit
    • TMRh20's avatar
      Fix for SPI transaction code · c79ccc70
      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
      c79ccc70
  21. 23 Apr, 2015 1 commit