Description
Hi,
We start using Firmata for some interactive projects mixing computer for UI and Firmata to control HW component.
Some of the HW (like Neopixels) have proprietary protocols, so we need to use the configurable version of firmata to add external library.
The problem is that some change made on the Arduino repository (like the last merge for STM32 support) is not replicate on the configurable version.
I don't really understand why those repo are not merge in one ? The arduino version use mainly the same structure & the only difference is the exemple folder...
@soundanalogous If you really need to maintain two repo can we image to move the core files on another repo (Firmata Core) and include this one as a submodule of ConfigurableFirmata & Arduino ?