We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8fdc0 commit 93e8f2eCopy full SHA for 93e8f2e
libraries/MySensors/examples/WaterMeterPulseSensor/WaterMeterPulseSensor.ino
@@ -1,7 +1,7 @@
1
//
2
// Use this sensor to measure volume and flow of your house watermeter.
3
// You need to set the correct pulsefactor of your meter (pulses per m3).
4
-// The sensor starts by reading the pulse count reading from the eprom.
+// The sensor starts by fetching current volume reading from gateway (VAR 1).
5
// Reports both volume and flow back to gateway.
6
7
// Unfortunately millis() won't increment when the Arduino is in
0 commit comments