Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
How to use MPU 9250 library by WAT34
This is a page for using MPU9250 library. First, you must define pin assign like MPU9250(sda,scl) Second, you must use function start() function. This function will return 0 if I2C communication is end successfully. If the function return 1, you have a problem about wiring or pin assign.