rwaldron / johnny-five

JavaScript Robotics and IoT programming framework, developed at Bocoup.

Home Page:http://johnny-five.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accelerometer parameter address missing in Docs

ChristophLabacher opened this issue · comments

The docs for the parameters of accelerometers do not mention the address parameter. However, since the initializers of ADXL345, MMA8452 and MMA7660 call Drivers.addressResolver(this, options);, the options.address can be used to set the address.

Unfortunately I couldn’t figure out where to update this information, if you point me to it I’ll submit a PR :)