We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This arose from an issue on Discord. I don't have this board to try it out.
Firmware
Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather M0 Adalogger with samd21g18
Code/REPL
In https://github.com/adafruit/Adafruit_CircuitPython_ServoKit library:
i2c = board.I2C()
Behavior
code.py output: Traceback (most recent call last): File "code.py", line 10, in <module> File "adafruit_servokit.py", line 79, in __init__ ValueError: Invalid pins
Description
mpconfigboard.h has SCL on PA22, SDA on PA23 for DEFAULT_I2C_BUS_ pins.c and schematic have SDA on PA22, SCL on PA23)
DEFAULT_I2C_BUS_
The text was updated successfully, but these errors were encountered:
w00pz. wanna submit a fix? not a lot of folks used the adalogger :)
Sorry, something went wrong.
sure, I just have no way to test it
Fixed by #4631. Closing.
No branches or pull requests
This arose from an issue on Discord. I don't have this board to try it out.
Firmware
Code/REPL
In https://github.com/adafruit/Adafruit_CircuitPython_ServoKit library:
Behavior
Description
mpconfigboard.h has SCL on PA22, SDA on PA23 for
DEFAULT_I2C_BUS_
pins.c and schematic have SDA on PA22, SCL on PA23)
The text was updated successfully, but these errors were encountered: