forked from firmata/ConfigurableFirmata
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I've been thinking about whether or not I2CFirmata should also be moved to features-optional. The main reason for moving it would be due to the Wire library dependency (why the I2CFirmata implementation is currently all within the header file). Serial has the same issue (due to the SoftwareSerial library dependency) but is already in features-optional. When a SPI feature is eventually added it will also have a dependency issue on the SPI library. I liked the idea of features related to hardware pin functionality all being in core, but due to Arduino linker issue maybe it's best if core is really core features that don't have dependencies (everything in there now except I2CFirmata).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels