forked from jonas-merkle/AS5047P
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
53 lines (53 loc) · 1.6 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "AS5047P",
"version": "3.0.0",
"description": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247",
"keywords": "arduino-library, as5047p, spi, sensor, rotary-encoder, high-resolution, rotary-position-sensor, as5x47, as5047d, as5147, as5147p, as5247, encoder, rotaty, angle, uvw, abi",
"repository":
{
"type": "git",
"url": "https://github.com/jonas-merkle/AS5047P.git"
},
"authors":
[
{
"name": "Jonas Merkle [JJM]",
"email": "jonas@jjm.one",
"url": "https://jjm.one/",
"maintainer": true
}
],
"license": "GPL-3.0-only",
"frameworks": "arduino",
"platforms": "*",
"examples": [
{
"name": "BasicReadAngle",
"base": "examples/BasicReadAngle",
"files": [
"BasicReadAngle.ino"
]
},
{
"name": "BasicReadAngleAndDebugInfo",
"base": "examples/BasicReadAngleAndDebugInfo",
"files": [
"BasicReadAngleAndDebugInfo.ino"
]
},
{
"name": "BasicReadAngleWithErrorInfo",
"base": "examples/BasicReadAngleWithErrorInfo",
"files": [
"BasicReadAngleWithErrorInfo.ino"
]
},
{
"name": "PrintAllSettings",
"base": "examples/PrintAllSettings",
"files": [
"PrintAllSettings.ino"
]
}
]
}