Monitor for central heating system (e.g. 2zones+hw) Supports up to 15 temp probes (DS18B20/DS18S20) 3 valve monitors Gas pulse meter recording Use stand-alone or with nodeEnergyServer See http://robdobson.com/2015/09/central-heating-monitor

Dependencies:   EthernetInterfacePlusHostname NTPClient Onewire RdWebServer SDFileSystem-RTOS mbed-rtos mbed-src

Revision:
4:0d3a207680b0
Parent:
2:6bfef0839102
Child:
5:5bccf48799d4
--- a/PulsePin.h	Fri Nov 07 20:28:48 2014 +0000
+++ b/PulsePin.h	Mon Feb 02 16:24:30 2015 +0000
@@ -16,7 +16,7 @@
         bool _firstEdgeDetected;
         int _lastStableTimeMs;
         int _waitForPinStabilisationMs;
-        bool _risingEdge;
+        bool _detectRisingEdge;
         int _timeBetweenEdgesMs;
 };