Closed
Description
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)