-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 992 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 992 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
43
44
45
46
{
"urls": [
[
"espzero/__init__.py",
"github:roboticsware/espzero/__init__.py"
],
[
"espzero/_core.py",
"github:roboticsware/espzero/_core.py"
],
[
"espzero/_hal.py",
"github:roboticsware/espzero/_hal.py"
],
[
"espzero/_touch.py",
"github:roboticsware/espzero/_touch.py"
],
[
"espzero/_wifi.py",
"github:roboticsware/espzero/_wifi.py"
],
[
"espzero/profiles/__init__.py",
"github:roboticsware/espzero/profiles/__init__.py"
],
[
"espzero/profiles/_base.py",
"github:roboticsware/espzero/profiles/_base.py"
],
[
"espzero/profiles/auto.py",
"github:roboticsware/espzero/profiles/auto.py"
],
[
"espzero/profiles/esp32_boards.py",
"github:roboticsware/espzero/profiles/esp32_boards.py"
],
[
"espzero/vision.py",
"github:roboticsware/espzero/vision.py"
]
],
"deps": [],
"version": "0.0.5"
}