Use MPU9250 with nRF51822

Dependencies:   eMPL_MPU

Fork of Seeed_Tiny_BLE_Flash by Darren Huang

Committer:
yihui
Date:
Thu Dec 10 08:00:18 2015 +0000
Revision:
5:9b240c1d5251
get 9dof data from mpu9250

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yihui 5:9b240c1d5251 1 {
yihui 5:9b240c1d5251 2 "name": "mbed-classic",
yihui 5:9b240c1d5251 3 "version": "0.0.1",
yihui 5:9b240c1d5251 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
yihui 5:9b240c1d5251 5 "keywords": [
yihui 5:9b240c1d5251 6 "mbed"
yihui 5:9b240c1d5251 7 ],
yihui 5:9b240c1d5251 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
yihui 5:9b240c1d5251 9 "repository": {
yihui 5:9b240c1d5251 10 "url": "git@github.com:mbedmicro/mbed.git",
yihui 5:9b240c1d5251 11 "type": "git"
yihui 5:9b240c1d5251 12 },
yihui 5:9b240c1d5251 13 "homepage": "https://github.com/mbedmicro/mbed",
yihui 5:9b240c1d5251 14 "licenses": [
yihui 5:9b240c1d5251 15 {
yihui 5:9b240c1d5251 16 "url": "https://spdx.org/licenses/Apache-2.0",
yihui 5:9b240c1d5251 17 "type": "Apache-2.0"
yihui 5:9b240c1d5251 18 }
yihui 5:9b240c1d5251 19 ],
yihui 5:9b240c1d5251 20 "extraIncludes": [
yihui 5:9b240c1d5251 21 "api",
yihui 5:9b240c1d5251 22 "hal",
yihui 5:9b240c1d5251 23 "targets/hal",
yihui 5:9b240c1d5251 24 "targets/cmsis"
yihui 5:9b240c1d5251 25 ],
yihui 5:9b240c1d5251 26 "dependencies": {
yihui 5:9b240c1d5251 27 },
yihui 5:9b240c1d5251 28 "targetDependencies": {
yihui 5:9b240c1d5251 29 }
yihui 5:9b240c1d5251 30 }