-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
42 lines (42 loc) · 956 Bytes
/
Copy pathlibrary.json
File metadata and controls
42 lines (42 loc) · 956 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "drv8214_multiplatform",
"version": "1.1.1",
"description": "C++ library for the TI DRV8214 brushed DC motor driver with I2C control, ripple counting, and multi-regulation modes",
"keywords": [
"motor",
"driver",
"sensorless",
"drv8214",
"arduino",
"esp32",
"stm32",
"rp2040",
"i2c",
"ripple-counting",
"brushed-dc"
],
"authors": [
{
"name": "Theo Heng",
"email": "theoheng@icloud.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/theohg/drv8214_multiplatform"
},
"license": "MIT",
"frameworks": [
"arduino",
"raspberrypi-pico"
],
"platforms": "*",
"build": {
"srcDir": "src",
"includeDir": "include",
"flags": [
"-I include"
]
}
}