forked from blynkkk/boards
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEsp8266.json
More file actions
executable file
·32 lines (32 loc) · 845 Bytes
/
Esp8266.json
File metadata and controls
executable file
·32 lines (32 loc) · 845 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": "ESP8266",
"map": {
"digital": {
"pins": {
"gp0": 0, "gp1": 1, "gp2": 2, "gp3": 3, "gp4": 4,
"gp5": 5,
"gp12": 12, "gp13": 13, "gp14": 14,
"gp15": 15, "gp16": 16
},
"ops": [ "dr", "dw" ]
},
"analog": {
"pins": {
"adc0": 17
},
"ops": [ "ar" ],
"arRange": [ 0, 1023 ]
},
"pwm": {
"pins": [
"gp0", "gp1", "gp2", "gp3", "gp4", "gp5", "gp12", "gp13", "gp14", "gp15"
],
"ops": [ "aw" ],
"awRange": [ 0, 255 ]
},
"virtual": {
"pinsRange": [ 0, 127 ],
"ops": [ "vr", "vw" ]
}
}
}