You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firmata.js is starting to get too big to easily manage. I think we should break out some of the features into separate modules. Initial candidates are things like I2C, Serial and the SPI support I'm working on.
The text was updated successfully, but these errors were encountered:
I'm not sure yet how this would impact upstream applications like johnny-five or other projects that depend on firmata.js. Maybe the firmata.js module could simply imports the required modules kinda like johnny-five.js does. Those modules could be:
firmata-core.js (digital and analog I/O, transport, etc)
firmata-servo.js
firmata-stepper.js
firmata-i2c.js
firmata-serial.js
firmata-spi.js
firmata-onewire.js
etc
firmata.js is starting to get too big to easily manage. I think we should break out some of the features into separate modules. Initial candidates are things like I2C, Serial and the SPI support I'm working on.
The text was updated successfully, but these errors were encountered: