forked from blynkkk/boards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSparkFun-Blynk.json
More file actions
32 lines (32 loc) · 789 Bytes
/
SparkFun-Blynk.json
File metadata and controls
32 lines (32 loc) · 789 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
{
"name": "SparkFun Blynk Board",
"map": {
"digital": {
"pins": {
"0": 0, "SDA": 2,
"5": 5,
"12": 12, "13": 13, "SCL": 14,
"15": 15, "16": 16
},
"ops": [ "dr", "dw" ]
},
"analog": {
"pins": {
"ADC": 17
},
"ops": [ "ar" ],
"arRange": [ 0, 1023 ]
},
"pwm": {
"pins": [
"0", "SDA", "5", "12", "13", "SCL", "15"
],
"ops": [ "aw" ],
"awRange": [ 0, 1023 ]
},
"virtual": {
"pinsRange": [ 0, 127 ],
"ops": [ "vr", "vw" ]
}
}
}