forked from LiquidCGS/FastIMU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
30 lines (30 loc) · 715 Bytes
/
library.json
File metadata and controls
30 lines (30 loc) · 715 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
25
26
27
28
29
30
{
"name": "FastIMU",
"keywords": "IMU, mpu9250, mpu6050, bmi160, bmi055, bmx055, mpu6500, icm20689, QMC5883L, QMI8658, i2c",
"description": "IMU library with support for different IMU's",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LiquidCGS/FastIMU.git"
},
"version": "1.2.7",
"export": {
"exclude": [
"datasheets",
".github/*",
".git/*",
"fast.png",
"keywords.txt"
]
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"teensy",
"atmelmegaavr",
"espressif32",
"espressif8266",
"ststm32",
"raspberrypi"
]
}