#851 (@gandarez) changed the WS2812 driver to transparently use the PIO driver. Unfortunately, this doesn't work with the WriteByte method that I'm using: it breaks this usage.
My suggestion would be to not switch to PIO transparently but instead have a separate constructor (NewPIOWS2812 perhaps?) that explicitly uses PIO instead of bitbanging.
#851 (@gandarez) changed the WS2812 driver to transparently use the PIO driver. Unfortunately, this doesn't work with the
WriteBytemethod that I'm using: it breaks this usage.My suggestion would be to not switch to PIO transparently but instead have a separate constructor (
NewPIOWS2812perhaps?) that explicitly uses PIO instead of bitbanging.