1. 04 Jan, 2017 2 commits
  2. 30 Dec, 2016 1 commit
  3. 28 Dec, 2016 3 commits
  4. 19 Dec, 2016 1 commit
  5. 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
  6. 16 Nov, 2016 1 commit
  7. 10 Nov, 2016 2 commits
  8. 07 Nov, 2016 2 commits
  9. 06 Nov, 2016 1 commit
  10. 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
  11. 19 Sep, 2016 3 commits
  12. 16 Sep, 2016 1 commit
  13. 05 Sep, 2016 2 commits
  14. 15 Aug, 2016 2 commits
  15. 12 Aug, 2016 1 commit
  16. 27 Jul, 2016 2 commits
  17. 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
  18. 16 Jun, 2016 1 commit
  19. 02 Jun, 2016 1 commit
  20. 15 May, 2016 2 commits
  21. 10 May, 2016 1 commit
  22. 03 May, 2016 1 commit
  23. 30 Apr, 2016 2 commits
  24. 29 Apr, 2016 2 commits
  25. 22 Apr, 2016 1 commit
  26. 21 Apr, 2016 1 commit