dotorg

Results 7 comments of dotorg

I ran into this with timed transitions, too. You can't transition with the library as-is between states during the "start"/"enter" method call because the current state being tracked in the...

Two comments: - First, the #define the OP posted is defining an integer, which is picked up as the compiler as the appropriate type. If it wasn't, it wouldn't compile....

In case anyone runs into this, there's a limitation that isn't super obvious in the FSM code as it is implemented. The state isn't recorded as being changed until after...

Having followed both this, and the prior, pull requests, I think there needs to be more clarification about what is going to be accepted to address this pretty significant functional...

FWIW, this is normal behavior for WS2812B chips. Its why larger installations with them inject power every 50-60 LEDs. The chip uses VCC to produce the output signal, and voltage...

The failure is a red herring. The "File downloaded successfully" is all that matters. DFU Util fails right after that trying to get the status because the board has reset...

arberg -- for what its worth, I agree with your readme changes. In fact, I think the very first thing it should say is "This binding is fundamentally broken, will...