microbit-foundation / micropython-microbit-stubs

Type stubs for MicroPython for micro:bit to support the micro:bit Python Editor V3
https://python.microbit.org/
Other
3 stars 2 forks source link

neopixel update - remove V2 only statement #81

Closed microbit-matt-hillsdon closed 1 year ago

microbit-matt-hillsdon commented 1 year ago

When we copied the readthedocs content RGBW was V2-only.

This has since been added to V1 but we missed the update here.

https://microbit-micropython.readthedocs.io/en/v2-docs/neopixel.html#classes

Ideally we'd minimise translation churn in making this change.