1. 07 Jul, 2023 1 commit
  2. 02 Jul, 2023 1 commit
  3. 28 Jun, 2023 1 commit
  4. 27 Jun, 2023 1 commit
  5. 23 Jun, 2023 1 commit
  6. 22 Jun, 2023 1 commit
  7. 20 Jun, 2023 1 commit
  8. 19 Jun, 2023 1 commit
  9. 18 Jun, 2023 1 commit
  10. 16 Jun, 2023 1 commit
  11. 15 Jun, 2023 3 commits
  12. 13 Jun, 2023 1 commit
    • Earle F. Philhower, III's avatar
      Enable proper reuse of PIO programs (#1526) · 3d6a1c7b
      Earle F. Philhower, III authored
      * Enable proper reuse of PIO programs
      
      Rewrite the PIOProgram helper class to properly re-use loaded programs
      and to try to re-use loaded instructions before allocating a new PIO
      program.
      
      Supersedes #1524
      
      * Less copy-pasta
      3d6a1c7b
  13. 12 Jun, 2023 3 commits
  14. 11 Jun, 2023 1 commit
  15. 10 Jun, 2023 1 commit
  16. 09 Jun, 2023 1 commit
  17. 08 Jun, 2023 3 commits
  18. 07 Jun, 2023 3 commits
  19. 05 Jun, 2023 3 commits
  20. 04 Jun, 2023 5 commits
  21. 30 May, 2023 1 commit
  22. 27 May, 2023 1 commit
  23. 26 May, 2023 1 commit
  24. 25 May, 2023 1 commit
    • Jan's avatar
      Implement the BD_ADDR(char * address_string) constructor. (#1440) · 4def2f21
      Jan authored
      * Implement the BD_ADDR(char * address_string) constructor.
      
      * Updating implementation to use sscanf.
      
      There is an extra step after the sscanf that checks that we got
      six bytes back and if we did not, it will set all bytes in the
      address to zero.
      
      * Example using BD_ADDR(const char * address_string)
      
      This example shows how BD_ADDR(const char * address_string) can
      be used to create BD_ADDR objects to use for comparisons etc.
      
      * Update LEDeviceScanner.ino formatting
      4def2f21
  25. 24 May, 2023 2 commits