-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
20 lines (19 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "serialtalk",
"version": "1.0.0",
"urls": [
["serialtalk/__init__.py", "github:AntonsMindstorms/SerialTalk/serialtalk/__init__.py"],
["serialtalk/auto.py", "github:AntonsMindstorms/SerialTalk/serialtalk/auto.py"],
["serialtalk/esp32.py", "github:AntonsMindstorms/SerialTalk/serialtalk/esp32.py"],
["serialtalk/esp8266.py", "github:AntonsMindstorms/SerialTalk/serialtalk/esp8266.py"],
["serialtalk/k210.py", "github:AntonsMindstorms/SerialTalk/serialtalk/k210.py"],
["serialtalk/mshub.py", "github:AntonsMindstorms/SerialTalk/serialtalk/mshub.py"],
["serialtalk/openmv.py", "github:AntonsMindstorms/SerialTalk/serialtalk/openmv.py"],
["serialtalk/pybricks.py", "github:AntonsMindstorms/SerialTalk/serialtalk/pybricks.py"],
["serialtalk/serialtalk.py", "github:AntonsMindstorms/SerialTalk/serialtalk/serialtalk.py"],
["serialtalk/sockets.py", "github:AntonsMindstorms/SerialTalk/serialtalk/sockets.py"],
["serialtalk/usockets.py", "github:AntonsMindstorms/SerialTalk/serialtalk/usockets.py"],
["uartremote.py", "github:AntonsMindstorms/SerialTalk/uartremote.py"]
],
"deps": []
}