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