apa106.py 173 B

12345678
  1. # APA106driver for MicroPython on ESP32
  2. # MIT license; Copyright (c) 2016 Damien P. George
  3. from neopixel import NeoPixel
  4. class APA106(NeoPixel):
  5. ORDER = (0, 1, 2, 3)