Zachary J. Fields

Results 101 comments of Zachary J. Fields

I know it's a robot, but I don't know how "Happy Coding!" can be taken in any way other than a slight when an issue is closed without resolution. It...

I'm looking into it. Let me see if I can come up with something.

In all fairness, it takes two to clash, and we are also defining it in the global scope. :smile: If I recall correctly, we only left `SET_PIN_MODE` in the global...

Yes, that would be my expectation. The bug here, is that the samples are not `using namespace firmata;`. I can take some time over this coming week, and clean up...

I would request a nested `#if`, so it made clear the order of precedence for sourcing `SERIAL_RX_BUFFER_SIZE`. ```c++ // The RX and TX hardware FIFOs of the ESP8266 hold 128...

The code looks good to me! @soundanalogous has the hardware to run tests before we merge, so I'll let him work his magic. Thanks for the PR!

To clarify, we would appreciate your contribution to this library. It is being maintained, but not advanced. Any contributions here will help all those using Firmata via the Arduino IDE.

@dtex my email is zachary_fields at yahoo.com, if you will send me your email address, I will add you to the Firmata Slack. It may be easier to coordinate this...

FYI, @soundanalogous did make it to the Slack channel. However, I think we can increase our transparency and move the discussion out into the public forum.

This causes some conflict with the node sample on the ESP8266. I don't know node all that well, so I'm not confident that I can debug it. Does firmata-js use...