Arduino-serial-messaging icon indicating copy to clipboard operation
Arduino-serial-messaging copied to clipboard

Use firmata library where possible

Open jeroendoggen opened this issue 11 years ago • 0 comments

Use the Firmata library as proposed by HenkVanBoeijen on the Arduino forum (to avoid NIH...) http://forum.arduino.cc/index.php?topic=195224.msg1469385#msg1469385

Firmata source: https://github.com/arduino/Arduino/tree/master/libraries/Firmata

How?

  • subclassing Firmata class? (how? https://github.com/jeroendoggen/Arduino-serial-messaging/blob/4d24823782e6c6f090e5350d261794abc49e67ad/Documentation/class_messaging__inherit__graph.png)
  • or something like this? (I would prefer 'clean' & empty .ino files) https://github.com/arduino/Arduino/tree/master/libraries/Firmata/examples/I2CFirmata

jeroendoggen avatar Nov 17 '13 13:11 jeroendoggen