forked from grblHAL/RP2040
-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.json
75 lines (75 loc) · 1.49 KB
/
driver.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"caps":
{
"axes": 6,
"usb_cdc": 1,
"uart": 1,
"serial_ports": 2,
"eeprom": 1,
"ganged_axes": 1,
"auto_square": 1,
"digital_in": 8,
"digital_out": 8,
"probe": 1,
"safety_door": 1,
"estop": 1,
"mpg_mode": 1,
"sdcard": 1,
"wifi": 1,
"plugins": [
{ "id": "motors" },
{ "id": "spindle" },
{ "id": "modbus" },
{ "id": "eeprom" },
{ "id": "sdcard" },
{ "id": "webui" },
{ "id": "wifi_networking" },
{ "id": "keypad" },
{ "id": "macros" },
{ "id": "bluetooth_bridge" }
]
},
"docker_instance": "RP2040",
"symbols": {
"OVERRIDE_MY_MACHINE": 1
},
"boards": [
{
"name": "PicoBOB",
"symbol": "BOARD_PICOBOB",
"URL": "https://github.com/Expatria-Technologies/PicoBOB",
"caps": {
"axes": 5,
"digital_in": 0,
"digital_out": 0,
"safety_door": 0,
"sdcard": 0
}
},
{
"name": "BTT SKR Pico 1.0",
"symbol": "BOARD_BTT_SKR_PICO_10",
"URL": "https://biqu.equipment/products/btt-skr-pico-v1-0",
"caps": {
"axes": 4,
"digital_in": 0,
"digital_out": 0,
"sdcard": 0,
"wifi": 0,
"trinamic": 2209,
"trinamic_uart_addr": 1
}
},
{
"name": "PicoCNC",
"symbol": "BOARD_PICO_CNC",
"URL": "",
"caps": {
"axes": 5,
"digital_in": 4,
"digital_out": 8,
"sdcard": 1
}
}
]
}