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