Donovan Buck
                                            Donovan Buck
                                        
                                    Hi @troywweber7, I don't work a lot with Cylon (I'm a Johnny-Five contributor) but I'm following this issue because I am about to start on an update to Johnny-Five's stepper...
@troywweber7 > Where would I follow this stepper class update? https://github.com/rwaldron/johnny-five/issues/1218#issuecomment-249092151
Thanks for taking the time to submit this. I think the first thing to ask here is why not just use `Math.round()` on the scaled value in user code? Looking...
So you see "2 end" but never "3 start" correct? No errors thrown?
I don't know if it's a race condition, or we're just popping things off the queue too aggressively. I'll set up a test and see if I can find where...
I believe there are some boards that address IO's by type only. For example, there may be only two pins available for a microcontroller's Serial or I2C, so the manufacturer...
Jeff, I'm happy to help but let's wait a bit and see if someone who is a better fit is interested. If I do it, I'd definitely want to include...
Well, we managed to gather a few interested parties in Slack but I don't think @soundanalogous made it in. Should I propose in there that we leave that forum and...
For packing, if we return to an array instead of writing directly to the stream we have the option of leveraging unused bits before writing into the stream.
It didn't at first but once I added a delay between `end` and `begin` it did. ``` void setup() { // Open serial communications and wait for port to open:...