Skip to content

Commit c29a3fd

Browse files
committed
Things
1 parent 2f1fdcc commit c29a3fd

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

boards/LCU/LCU_measurements.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,10 @@
105105
"type": "uint32",
106106
"podUnits": "Hz",
107107
"displayUnits": "Hz"
108+
},
109+
{
110+
"id": "buffer_id",
111+
"name": "buffer id",
112+
"type": "uint32"
108113
}
109114
]

boards/LCU/orders.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,18 @@
4545

4646
{
4747
"type": "order",
48-
"name": "start_control_loop",
48+
"name": "enable_buffer",
4949
"variables": [
50+
"buffer_id"
5051
],
5152
"id": 9103
5253
},
5354

5455
{
5556
"type": "order",
56-
"name": "stop_control_loop",
57+
"name": "disable_buffer",
5758
"variables": [
59+
"buffer_id"
5860
],
5961
"id": 9104
6062
},

0 commit comments

Comments
 (0)