-
Notifications
You must be signed in to change notification settings - Fork 12
/
library.json
28 lines (27 loc) · 914 Bytes
/
library.json
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
{
"name": "OrientationSensorFusion-ESP",
"version": "0.5.1",
"description": "Sensor Fusion library for creating orientation data from accelerometer/gyroscope/magnetometer sensors on ESP devices. Uses NXP version 7 fusion code. Modifiable for other platforms.",
"keywords": "orientation, sensor fusion, compass, magnetometer, e-compass, attitude and heading reference system",
"repository":
{
"type": "git",
"url": "https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP.git"
},
"authors":
[
{
"name": "Bjarne Hansen",
"email": "[email protected]",
"url": "https://github.com/BjarneBitscrambler",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP",
"dependencies":
[
],
"frameworks": "arduino",
"platforms": "espressif32, espressif8266"
}