1. 21 Jan, 2017 1 commit
  2. 04 Jan, 2017 2 commits
  3. 30 Dec, 2016 1 commit
  4. 28 Dec, 2016 3 commits
  5. 19 Dec, 2016 1 commit
  6. 20 Nov, 2016 1 commit
    • Nick Mooney's avatar
      Fix clamping to a single hex digit · b37514b9
      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.
      b37514b9
  7. 16 Nov, 2016 1 commit
  8. 10 Nov, 2016 2 commits
  9. 07 Nov, 2016 2 commits
  10. 06 Nov, 2016 1 commit
  11. 05 Nov, 2016 2 commits
    • TMRh20's avatar
      Update Library Version 1.2 · 8ea51270
      TMRh20 authored
      8ea51270
    • TMRh20's avatar
      Make internal delays configurable · 195f5ac1
      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.
      195f5ac1
  12. 19 Sep, 2016 3 commits
  13. 16 Sep, 2016 1 commit
  14. 05 Sep, 2016 2 commits
  15. 15 Aug, 2016 2 commits
  16. 12 Aug, 2016 1 commit
  17. 27 Jul, 2016 2 commits
  18. 29 Jun, 2016 1 commit
    • mz-fuzzy's avatar
      Documentation update: · 3f54a0ae
      mz-fuzzy authored
      - update for makefile improvements
      - python wrapper updates
      - cross compilation
      - duplications removed
      - minor doc fixes
      3f54a0ae
  19. 16 Jun, 2016 1 commit
  20. 02 Jun, 2016 1 commit
  21. 15 May, 2016 2 commits
  22. 10 May, 2016 1 commit
  23. 03 May, 2016 1 commit
  24. 30 Apr, 2016 2 commits
  25. 29 Apr, 2016 2 commits
  26. 22 Apr, 2016 1 commit