Skip to content

Feather M0 Adalogger mpconfigboard.h has SDA and SCL swapped relative to schematic and pins.c #4630

Closed
@anecdata

Description

@anecdata

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions