Closed
Description
With the current tip of main I get an error trying to use the magtag library
h was trying to run the "vaccine example" https://learn.adafruit.com/adafruit-magtag-covid-vaccination-percent-tracker/code-the-vaccination-tracker
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 7.0.0-alpha.2-736-gb49ee62af on 2021-06-02; Adafruit MagTag with ESP32S2
>>> import vaccine
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "vaccine.py", line 9, in <module>
File "adafruit_magtag/magtag.py", line 102, in __init__
File "adafruit_magtag/peripherals.py", line 47, in __init__
ValueError: NEOPIXEL_POWER_INVERTED in use
>>>
It runs fine on 6.3.0
Metadata
Metadata
Assignees
Labels
No labels