1. 28 Jun, 2023 1 commit
  2. 27 Jun, 2023 1 commit
  3. 23 Jun, 2023 1 commit
  4. 22 Jun, 2023 1 commit
  5. 20 Jun, 2023 1 commit
  6. 19 Jun, 2023 1 commit
  7. 18 Jun, 2023 1 commit
  8. 16 Jun, 2023 1 commit
  9. 15 Jun, 2023 3 commits
  10. 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
  11. 12 Jun, 2023 3 commits
  12. 11 Jun, 2023 1 commit
  13. 10 Jun, 2023 1 commit
  14. 09 Jun, 2023 1 commit
  15. 08 Jun, 2023 3 commits
  16. 07 Jun, 2023 3 commits
  17. 05 Jun, 2023 3 commits
  18. 04 Jun, 2023 5 commits
  19. 30 May, 2023 1 commit
  20. 27 May, 2023 1 commit
  21. 26 May, 2023 1 commit
  22. 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
  23. 24 May, 2023 2 commits
  24. 23 May, 2023 2 commits