-
Notifications
You must be signed in to change notification settings - Fork 8
/
library.json
36 lines (35 loc) · 1.14 KB
/
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
28
29
30
31
32
33
34
35
{
"name": "SignalK-Orientation",
"version": "0.2.1",
"description": "Sends orientation data from accelerometer/gyroscope/magnetometer sensors in Signal K format via WiFi. Uses NXP version 7 sensor fusion algorithm. Hardware required: ESP32 platform, FXOS8700/FXAS21002 orientation sensor.",
"keywords": "orientation, sensor fusion, compass, magnetometer, e-compass, attitude and heading reference system, Signal K, sensESP",
"repository":
{
"type": "git",
"url": "https://github.com/BjarneBitscrambler/SignalK-Orientation.git"
},
"authors":
[
{
"name": "Bjarne Hansen",
"email": "[email protected]",
"url": "https://github.com/BjarneBitscrambler",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/BjarneBitscrambler/SignalK-Orientation",
"dependencies":
[
{
"name": "OrientationSensorFusion-ESP",
"version": "https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP"
},
{
"name": "SensESP",
"version": "https://github.com/SignalK/SensESP"
}
],
"frameworks": "arduino",
"platforms": "espressif32"
}