Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_AD569x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_AD569x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 14, 2023

  1. update docs

    BlitzCityDIY committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b0edb0c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    e34a7f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cd0f995 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8b8fe22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from FoamyGuy/fix_circup_instruction

    fix circup instruction. convert tabs to spaces in readme
    dhalbert authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9e17c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. update reset

    i was able to reproduce #3. also saw the same behavior that it **_did_** work with other boards (esp32-s3 tft feather and rp2040 feather). i think that the reset() function was raising the error because the DAC was resetting before the command was being acknowledged over I2C (this is noted in the [arduino driver](https://github.com/adafruit/Adafruit_AD569x/blob/6e725d0efbe4010b3971d011c6df82f64d6b0541/Adafruit_AD569x.cpp#L189)). i updated the function to not raise
    BlitzCityDIY committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    a0e5d1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from adafruit/reset_fix

    update reset
    BlitzCityDIY authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    537f288 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    1727ac2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. change to ruff

    FoamyGuy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    820c27a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 13, 2025
    Configuration menu
    Copy the full SHA
    2ff9df8 View commit details
    Browse the repository at this point in the history
Loading