-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdriver.json
54 lines (54 loc) · 1.07 KB
/
driver.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
54
{
"models": ["hg7881"],
"power" : null ,
"inputs": {
"pwm_a_1": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_a_2": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_b_1": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_b_2": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_c_1": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_c_2": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_d_1": {
"type": "pwm",
"args": {
"frequency": 800
}
},
"pwm_d_2": {
"type": "pwm",
"args": {
"frequency": 800
}
}
}
}