kurbatov / firmata4j

Firmata client written in Java.
MIT License
87 stars 45 forks source link

adafruit_feather_fix #34

Closed MarinaMatore closed 5 years ago

MarinaMatore commented 5 years ago

Fix for Adafruit Feather 32u4 board which requires delay for sendMessage in onCapabilitiesRecieve method for all pins including 0 to 14

kurbatov commented 5 years ago

Fixed by 8839902e57812486fdc9cf6a7bf068b7f3192de9

MarinaMatore commented 5 years ago

Hey!

I still didn't get time to test all your new changes, but I am skeptical about the part with 100ms, you removed it completely and I had to use the delay for every pin (see my pull request: https://github.com/kurbatov/firmata4j/pull/34/commits/dfd30ef23ad02720e9f9b27afbe7580c7687fdd4 ).

Anyway, I'll try to test your new changes as soon as possible ;)