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