kurbatov / firmata4j

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

doc(init): add documentation and errror message for required queries #36

Closed kurbatov closed 4 years ago

kurbatov commented 4 years ago

Not all of the firmata supporting firmwares implement the whole protocol. firmata4j presumes that some of the requests are supported. This commit documents the requests that are required during initialization.

Related to #35

kurbatov commented 4 years ago

Hi @HawaiianSpork,

Could you please look at this PR and tell if it does what you suggested in #35?