mirror of
https://github.com/hubaldv/bioz-icd-rs.git
synced 2026-07-23 16:47:44 +00:00
Added outflow sensor (I2C) and random setpoint noise.
This commit is contained in:
@@ -18,7 +18,10 @@ endpoints! {
|
||||
| StartDataEndpoint | () | () | "data/start" |
|
||||
| StopDataEndpoint | () | bool | "data/stop" |
|
||||
| SetAlgorithmEndpoint | SetAlgorithm | () | "algorithm/start" |
|
||||
| SetSetpointEndpoint | f32 | () | "setpoint/set" |
|
||||
| PressureEndpoint | () | f32 | "data/pressure" |
|
||||
| OutFlowEndpoint | () | f32 | "data/out_flow" |
|
||||
| SetpointPressureEndpoint | () | (f32, f32) | "data/setpoint_pressure" |
|
||||
| SetValvesEndpoint | SetValves | () | "valve/set" |
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user