-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 793 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "IMU",
"description": "IMU",
"keywords": "IMU Inertial Management Unit gyro accelerometer",
"authors": {
"name": "Martin Budden",
"url": "https://github.com/martinbudden"
},
"repository": {
"type": "git",
"url": "https://github.com/martinbudden/Library-IMU"
},
"dependencies": [
{
"name": "martinbudden/VectorQuaternionMatrix",
"version": "^0.4.5"
}
],
"license": "MIT",
"version": "0.9.8",
"frameworks": "*",
"platforms": "*",
"headers": ["BUS_I2C.h", "BUS_SPI.h", "IMU_Base.h", "IMU_BMI270.h", "IMU_BNO085.h", "IMU_ICM426xx.h", "IMU_ICM20602.h", "IMU_LSM6DS3TR_C.h", "IMU_MPU6000.h", "IMU_MPU6886.h", "IMU_M5Stack.h", "IMU_M5Unified.h", "IMU_Null.h"]
}