8000 Comparing 2.0.4...2.0.5 · adafruit/Adafruit_CircuitPython_AD569x · GitHub
[go: up one dir, main page]

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.4
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: 2.0.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

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
Loading
0