Donovan Buck

Results 29 issues of Donovan Buck

On digitalWrites I would like to be able to call writeToTransport once instead of once for each pin. My plan was to either overload digitalWrite with arrays or create a...

My use case it to control a Dynamixel servo which uses Half Duplex Serial. The solutions I've found online use a tri-state octal buffer and a single digital pin to...

enhancement

If the options list extends beyond the bottom of the window but would fit in the window if it were positioned above the token container, then do so.

``` var ease = require('ease'); var myCustomEase = ease.bezier(.17, .67, .83, .67); var rawValue = 0.3; var easedValue = myCustomEase(rawValue); ``` If this seems like a worthwhile addition I will...

@alphashuro opened this issue over on the Johnny-Five repo. I'm just moving it here. https://github.com/rwaldron/johnny-five/issues/1070 > Please consider making the left navigation sticky on the examples page of your project...

I'd like to add a parameter to the SCAD file for choosing different hole patterns for the top plate (Tessel 2 is my use case). Does that sound like a...

This is a continuation of conversations had in: * #4 * #26 * [Our June Call on I2C Topics](https://docs.google.com/document/d/1CVBUTDaKcOFoF793OOqQFMN8zNNACd01Z9tv9PWNvZc) On the call I offered to model some hypothetical API calls...

I wanted to bring @rwaldron into this discussion because I know it is something he has dealt with in the past and he may have some insight that will be...

Would you be amenable to a PR that allows the user to specify the initial event type in the options? This, for example, would change the initial click even to...