Skip to content

QT Py board.NEOPIXEL_POWER is always in use #4451

@dhalbert

Description

@dhalbert

On the Qt Py, board.NEOPIXEL_POWER cannot be controlled, by, say, doing digitalio.DigitalInOut(board.NEOPIXEL_POWER). The pin is always in use, because it is set to high in board.c and also set to never reset. But if the never_reset is removed, then the pin does get reset, and the status NeoPixel goes out. So it needs to be special-cased in some way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    boardNew board or update to a single boardbug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions