Wireless Gas Meter Reading System Meter Reader Module Code

Files at this revision

API Documentation at this revision

Comitter:
harrisjunaid
Date:
Mon May 07 18:04:36 2012 +0000
Parent:
0:fb08b3e9f2f4
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Apr 17 15:54:41 2012 +0000
+++ b/main.cpp	Mon May 07 18:04:36 2012 +0000
@@ -348,7 +348,7 @@
         if (GasCounter>=5) {
 
             Reading_Handler();
-        }
+        } else deepsleep();
     }
 
 }