We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1fdcc commit c29a3fdCopy full SHA for c29a3fd
2 files changed
boards/LCU/LCU_measurements.json
@@ -105,5 +105,10 @@
105
"type": "uint32",
106
"podUnits": "Hz",
107
"displayUnits": "Hz"
108
+ },
109
+ {
110
+ "id": "buffer_id",
111
+ "name": "buffer id",
112
+ "type": "uint32"
113
}
114
]
boards/LCU/orders.json
@@ -45,16 +45,18 @@
45
46
{
47
"type": "order",
48
- "name": "start_control_loop",
+ "name": "enable_buffer",
49
"variables": [
50
+ "buffer_id"
51
],
52
"id": 9103
53
},
54
55
56
- "name": "stop_control_loop",
57
+ "name": "disable_buffer",
58
59
60
61
"id": 9104
62
0 commit comments