Skip to content
Snippets Groups Projects
Commit 2fdd66ac authored by Pirahalathan Premachandran's avatar Pirahalathan Premachandran
Browse files

Flowepot

parent de0f8c7d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Flowerpot::Flowerpot (int threshold, uint8_t displayAddress, int valvePin) Flowerpot::Flowerpot (int threshold, uint8_t displayAddress, int valvePin)
: threshold {threshold}, valvePin{valvePin}, moisture{0}, tickCount{0}, valvePos{0}, moistureSensor{displayAddress} { : threshold {threshold}, valvePin{valvePin}, moisture{0}, tickCount{0}, valvePos{0}, moistureSensor{displayAddress} {
state = S_OBSERVE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment