adafruit / Adafruit_CircuitPython_NeoPixel_SPI

SPI driven CircuitPython driver for neopixels.
MIT License
21 stars 11 forks source link

Adding type annotations and optional typing-related imports #36

Closed RossK1 closed 1 year ago

RossK1 commented 1 year ago

Added type annotations to this file for MyPy support. This included some of the optional typing-required imports. Also updated the docstring for pixel_order to provide more details.