Closed xsorifc28 closed 3 months ago
Adafruit CircuitPython 9.0.5, gemma m0
from board import APA102_MOSI, APA102_SCK
Unable to find import, though code works without issues:
It seems APA102_SCK is missing from board-stubs/__init__.py file:
board-stubs/__init__.py
It is defined here: https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/boards/gemma_m0/pins.c#L31 and also here https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/boards/gemma_m0/mpconfigboard.h#L15 (not sure how those translate to the python libs)
No response
@FoamyGuy I do not know why only some of the pins are missing. I thought at first it was aliases, but the pin is missing altogether.
CircuitPython version
Code/REPL
Behavior
Unable to find import, though code works without issues:
It seems APA102_SCK is missing from
board-stubs/__init__.py
file:It is defined here: https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/boards/gemma_m0/pins.c#L31 and also here https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/boards/gemma_m0/mpconfigboard.h#L15 (not sure how those translate to the python libs)
Description
No response
Additional information
No response