library.json 525 B

1234567891011121314151617181920
  1. {
  2. "name": "MPU9250",
  3. "keywords": "i2c,wire,imu",
  4. "description": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/hideakitai/MPU9250.git"
  9. },
  10. "authors":
  11. {
  12. "name": "Hideaki Tai",
  13. "url": "https://github.com/hideakitai",
  14. "maintainer": true
  15. },
  16. "version": "0.2.3",
  17. "license": "MIT",
  18. "frameworks": "arduino",
  19. "platforms": "*"
  20. }