Rick Waldron

Results 213 comments of Rick Waldron

I will make comments in your PR for more explicit types.

@troywweber7 can you open a PR here, adding instructions to the readme? Thanks!

> The log message is still written to the console, when Pin 2 is toggled. When you observe this, do you mean that it logs once, or continuously? I can...

Using exactly the arduino slave code you provided, I created the following program: ```js var Board = require("firmata"); Board.requestPort(function(error, port) { if (error) { console.log(error); return; } var board =...

This appears to only occur locally for me 🤷🏼‍♂️

Thanks for checking into that! I say we take no action on our end and leave this open for folks to easily find.

I'm certainly all for future proofing—do you have an idea of how we might accomplish this?

I wonder if we could just switch to using `EXTENDED_ANALOG` for all pins? (I haven't actually looked to see if that's doable)

These would never be anything but: ``` HIGH = 1 LOW = 0 ``` ... But I wouldn't conflate those with "on" and "off" as you have. Consider cathod vs....

Here are some scenarios that I think are obvious and that I've already answered and understood, but I would appreciate your confirmation :) When I send... - `[START_SYSEX, PIN_VALUE_QUERY, 0b10000000,...