forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
CircuitPython version
mainCode/REPL
not tested - just a typo spotted in source codeBehavior
not tested - just a typo spotted in source code
Description
I spotted an error in the pins.c file for m5stack atom S3u file: https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/m5stack_atoms3u/pins.c
BOTH pin GPIO/D1/A1 and GPIO2/D2/A2 are labelled SCL - I imagine one of them should be called SDA
Additional information
No response