mirror of
https://github.com/hubaldv/bioz-icd-rs.git
synced 2026-07-24 00:57:44 +00:00
Add direct external sernsor readout for Postcard RPC.
This commit is contained in:
@@ -20,6 +20,7 @@ endpoints! {
|
|||||||
| SetAlgorithmEndpoint | SetAlgorithm | () | "algorithm/start" |
|
| SetAlgorithmEndpoint | SetAlgorithm | () | "algorithm/start" |
|
||||||
| SetSetpointEndpoint | f32 | () | "setpoint/set" |
|
| SetSetpointEndpoint | f32 | () | "setpoint/set" |
|
||||||
| PressureEndpoint | () | f32 | "data/pressure" |
|
| PressureEndpoint | () | f32 | "data/pressure" |
|
||||||
|
| ExternalSensorEndpoint | () | f32 | "data/external_sensor" |
|
||||||
| OutFlowEndpoint | () | f32 | "data/out_flow" |
|
| OutFlowEndpoint | () | f32 | "data/out_flow" |
|
||||||
| SetpointPressureEndpoint | () | (f32, f32) | "data/setpoint_pressure" |
|
| SetpointPressureEndpoint | () | (f32, f32) | "data/setpoint_pressure" |
|
||||||
| SetValvesEndpoint | SetValves | () | "valve/set" |
|
| SetValvesEndpoint | SetValves | () | "valve/set" |
|
||||||
|
|||||||
Reference in New Issue
Block a user