-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.88 KB
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
55
56
57
58
{
"urls": [
[
"be_helpers/__init__.py",
"github:brainelectronics/micropython-modules/be_helpers/__init__.py"
],
[
"be_helpers/generic_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/generic_helper.py"
],
[
"be_helpers/led_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/led_helper.py"
],
[
"be_helpers/message.py",
"github:brainelectronics/micropython-modules/be_helpers/message.py"
],
[
"be_helpers/modbus_bridge.py",
"github:brainelectronics/micropython-modules/be_helpers/modbus_bridge.py"
],
[
"be_helpers/path_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/path_helper.py"
],
[
"be_helpers/queue.py",
"github:brainelectronics/micropython-modules/be_helpers/queue.py"
],
[
"be_helpers/time_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/time_helper.py"
],
[
"be_helpers/typing.py",
"github:brainelectronics/micropython-modules/be_helpers/typing.py"
],
[
"be_helpers/ulogging.py",
"github:brainelectronics/micropython-modules/be_helpers/ulogging.py"
],
[
"be_helpers/update_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/update_helper.py"
],
[
"be_helpers/version.py",
"github:brainelectronics/micropython-modules/be_helpers/version.py"
],
[
"be_helpers/wifi_helper.py",
"github:brainelectronics/micropython-modules/be_helpers/wifi_helper.py"
]
],
"deps": [],
"version": "1.7.0"
}