This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| Edge Drain version 4.0 (ver 3.8 functionality with AI designed Enhanced Web UI) | |
| ScioSense UFM-01 ultrasonic flow sensor | |
| */ | |
| //Watchdog Timer | |
| #include <WDT.h> | |
| const long wdtInterval = 5592; //CC 5592ms is max for Uno R4 | |
| unsigned long wdtMillis = 0; | |
| const int pirPin = A1; |