bolderflight / invensense-imu

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

Moved to the newer 1.5 Arduino library format. #25

Closed psychogenic closed 6 years ago

psychogenic commented 6 years ago

Move source files into src and added a lib properties meta-info file, to get closer to the 1.5 Arduino library format, https://github.com/arduino/arduino/wiki/arduino-ide-1.5:-library-specification

flybrianfly commented 6 years ago

Thanks, updated to the 1.5 library format.