jeroendoggen / Arduino-serial-messaging

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)
GNU General Public License v2.0
78 stars 27 forks source link

Use firmata library where possible #13

Open jeroendoggen opened 10 years ago

jeroendoggen commented 10 years ago

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?