Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Neopixel on WROOM ESP32 #335

Open
Labviewman opened this issue Dec 25, 2021 · 0 comments
Open

Bug Neopixel on WROOM ESP32 #335

Labviewman opened this issue Dec 25, 2021 · 0 comments

Comments

@Labviewman
Copy link

Bug Neopixel on WROOM ESP32

I used this ocde

np = machine.Neopixel(machine.Pin(13), 128, machine.Neopixel.TYPE_RGB)
np.set(51, machine.Neopixel.GREEN)
np.show()

And a get this error after 3 times of execution

>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
ValueError: Cannot acquire RMT channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant