firmata / firmata_test

Test application for the firmata protocol
33 stars 22 forks source link

Supports Arduino Leonardo on Windows #4

Open modlfo opened 9 years ago

modlfo commented 9 years ago

This change gives support for Arduino Leonardo on Windows

soundanalogous commented 9 years ago

Did you test to ensure it doesn't break support for other boards?

modlfo commented 9 years ago

I borrowed a few boards to test. It works on Arduino Leonardo, Arduino Uno, Teensy 3.1. But did not worked on Arduino Mega 2560 and ChipiKit Uno.

I guess that hard-coding my change is not the best solution.