PaulStoffregen / WS2812Serial

Non-Blocking WS2812 LED Library
139 stars 29 forks source link

busy() not implemented #4

Open mje-nz opened 5 years ago

mje-nz commented 5 years ago

The WS2812Serial::busy() method is not implemented. It'd be nice if it was the "wait if prior DMA still in progress" and "wait 300us WS2812 reset time" from show(). I'm happy to send a PR if you want.

PaulStoffregen commented 5 years ago

I'm happy to send a PR if you want.

Yes, please do. I'm fully consumed with porting USB host code right now.