admin管理员组

文章数量:1122832

I'm new to programming using circuitpython and can't figure out the cause of this error when attempting to run a simple blinking LED program on my QT PY esp32-s2.

Full error is below: Traceback (most recent call last): File "code.py", line 9, in File "adafruit_seesaw/neopixel.py", line 25, in ImportError: seesaw neopixel being imported from unexpected location - is seesaw neopixel use intended?

I have both the library, neopixel.mpy and its dependency library adafruit_pixelbuf.mpy in CIRCUITPY/lib already.

I copied the code from here to try and test my microcontroller setup

.py

The error is coming from the line

import neopixel

本文标签: