ConfigurableFirmata
ConfigurableFirmata copied to clipboard
A plugin-based version of Firmata
Test with Firmata.js. I add some debug info. ``` reportVersion queryfirmware settings.skipCapabilities undefined queryCapabilities CAPABILITY_RESPONSE: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 127, 117, 16...
Hello, i have a stm32 blue pill, when connecting its not reporting any analog pins however the pinout shows there are several analog pins. my firmata sketch includes analog with...
Hello, i have a Client RP2040 board with the ConfigurableFirmata v3.0 library installed on it, and an Python script using Perl-Firmata server side firmata library running on a PC via...
an implementation for standard firmata is [here](https://github.com/ajfisher/node-pixel/tree/master/firmware/build/node_pixel_firmata) based on Adafruit_NeoPixel lib. As alternative, [FastLED](https://github.com/FastLED/FastLED) also supports ws2812 leds. Related: https://github.com/firmata/arduino/issues/167