This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Remove requirement for re #8
Closed
Description
I made a mpy-cross of the lib to test out on a Gemma M0, but then ran into issue with re
module:
Adafruit CircuitPython 4.1.2 on 2019-12-18; Adafruit Gemma M0 with samd21e18
>>> import neopixel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "neopixel.py", line 38, in <module>
File "adafruit_pypixelbuf.py", line 32, in <module>
ImportError: no module named 're'
>>>
Metadata
Metadata
Assignees
Labels
No labels