blaz-r / pi_pico_neopixel

Pi Pico library for NeoPixel led-strip written in MicroPython. Works with ws2812b (RGB) and sk6812 (RGBW).
MIT License
254 stars 54 forks source link

No module rp2 #16

Closed SteveC00k closed 8 months ago

SteveC00k commented 10 months ago

I am getting error with import rp2 says there is no module named rp2

blaz-r commented 10 months ago

Hello. Which version of micropython are you using?

blaz-r commented 8 months ago

I'm closing this due to inactivity. If you are still having this issue, feel free to reopen.

SteveC00k commented 8 months ago

I am adding this to help others. The issue I was having is that there are 2 versions and its causing confusion when people post tutorials/examples using a version but not showing it. The RP2 is a library specific to one of the versions. The other problem is the module "machine" It only works with one version and not the other as its a built in module.