You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of neopixel uses machine.bitstream. This implementation of bitstream can cause the microcontroller to hang because of some wrong channel selection of RMT.
possible fix: use RMT directly to write to neopixel
The text was updated successfully, but these errors were encountered:
The implementation of neopixel uses
machine.bitstream
.This implementation of bitstream can cause the microcontroller to hang because of some wrong channel selection of RMT.
possible fix: use RMT directly to write to neopixel
The text was updated successfully, but these errors were encountered: