Results 1 issues of RetiredWizard

These changes should make the library a swap in replacement for code that uses the standard MicroPython builtin neopixel library. That is by replacing: import neopixel npixels = neopixel.NeoPixel(NeoPin,led_count) with:...