Skip to content

Commit a8471f6

Browse files
committed
add resetVolume function
1 parent 3b0c236 commit a8471f6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ return **`Flowrate`** (L/m)
7979
float getFlowRate_m()
8080
```
8181

82+
### Get Flowrate (L/h)
83+
return **`Flowrate`** (L/h)
84+
```cpp
85+
float getFlowRate_h()
86+
```
87+
8288
### Get Total Volume (L)
8389
return **`Volume`** (L)
8490
```cpp

keyword.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ count KEYWORD2
2020
getPulse KEYWORD2
2121
getFlowRate_s KEYWORD2
2222
getFlowRate_m KEYWORD2
23+
getFlowRate_h KEYWORD2
2324
getVolume KEYWORD2
2425
resetVolume KEYWORD2

0 commit comments

Comments
 (0)