bolderflight / invensense-imu

Arduino and CMake library for communicating with the InvenSense MPU-6500, MPU-9250 and MPU-9255 nine-axis IMUs.
MIT License
508 stars 213 forks source link

add lib to library manager #32

Closed aster94 closed 6 years ago

aster94 commented 6 years ago

hi brian, as i always say this is the best library for mpu9250 you should add it to the library manager please see: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

idem for the AHRS lib

per1234 commented 6 years ago

This will only require three things to be done:

  1. Add library.properties file (which could be done by merging https://github.com/bolderflight/MPU9250/pull/25).
  2. Create a release or tag that matches the version value in library.properties.
  3. Open an issue requesting the library to be added at the arduino/Arduino repository: https://github.com/arduino/Arduino/issues.
flybrianfly commented 6 years ago

Thanks for the suggestion, I've completed the steps and requested this be added to the library manager. I'll submit similar requests to our other libraries.