firmata / firmata.js

JavaScript implementation of the Firmata protocol
711 stars 147 forks source link

Constructor call to Board needs better documentation #159

Closed troywweber7 closed 7 years ago

troywweber7 commented 7 years ago

I have found a few inconsistencies:

  1. the params list seems to be out of date. There is no inclusion of the "options" param and no param called "function" (though this is minor)

  2. there is no inclusion of the options usage in the README nor of what options are available currently