projects
/
Servomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8efa3
)
Change the default timing for valve.
author
Lukáš Jiřiště
<jiriste@icpf.cas.cz>
Tue, 10 Dec 2024 15:20:14 +0000
(16:20 +0100)
committer
Lukáš Jiřiště
<jiriste@icpf.cas.cz>
Tue, 10 Dec 2024 15:20:14 +0000
(16:20 +0100)
Valve.h
patch
|
blob
|
history
diff --git
a/Valve.h
b/Valve.h
index 8ce5c1035d000aa08c0aa0451dd2afd11a8b601e..0701423620879d5e9f262dbd7e684168be8a6d46 100644
(file)
--- a/
Valve.h
+++ b/
Valve.h
@@
-28,9
+28,9
@@
class Valve
Valve &operator=(const Valve &other) = delete;
- void open(float seconds =
5
);
- void open_barely(float seconds =
5
);
- void close(float seconds =
5
);
- void close_open_clean(unsigned int count =
3
);
+ void open(float seconds =
3
);
+ void open_barely(float seconds =
3
);
+ void close(float seconds =
3
);
+ void close_open_clean(unsigned int count =
2
);
};
#endif // VALVE_H