Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded library to support most features of WM8960 I2C protocol #2

Merged
merged 56 commits into from
Sep 9, 2024

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    59aacb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd27d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89036d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6b343b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f54800 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    215deec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4276430 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6892379 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71c1a07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90a9745 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40bb1ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a368bda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fb70c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a22db3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23d81ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    248daed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d333550 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bb23918 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ca54148 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Removed unimplemented adafruit_wm8960.WM8960.isConnected

    Co-authored-by: Scott Shawcroft <scott@tannewt.org>
    dcooperdalrymple and tannewt authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    381f022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ea476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473b67f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    ef9d64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30892e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a559078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa811e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    5eabc95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba04c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8727e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bade897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceee3b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3874f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    933e7f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    703a267 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2de9580 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    79c3596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2b134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8480a43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b085c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    722dec4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4d42b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    dcd09f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062655c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8811ae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    776e3bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc58f1a View commit details
    Browse the repository at this point in the history
  6. Conform to pylint standards (excluding missing-function-docstring a…

    …nd `missing-class-docstring`).
    dcooperdalrymple committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5da5380 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Rearranged library structure to introduce basic driver class, `adafru…

    …it_wm8960.WM8960`, and advanced driver class, `adafruit_wm8960.advanced.WM8960_Advanced`. Documentation completed.
    dcooperdalrymple committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6299b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557d8e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f968b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec79c65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf4f995 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix whitespace in class description.

    Co-authored-by: Scott Shawcroft <scott@tannewt.org>
    dcooperdalrymple and tannewt authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7442bf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    86cbd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962a1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ae8bc5 View commit details
    Browse the repository at this point in the history