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
本文标签:
版权声明:本文标题:adafruit circuitpython - Error importing neopixel library onto QT PY esp32-s2: seesaw neopixel being imported from unexpected lo 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736306519a1932985.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论