valve measurement board

Dependencies:   mbed ads1115_test SDFileSystem

Branch:
UplinkEnabled
Revision:
49:171de000bae0
Parent:
48:70d45f006192
Child:
50:c9f29b839c32
--- a/main.cpp	Tue Mar 09 16:33:30 2021 +0900
+++ b/main.cpp	Tue Mar 09 16:59:36 2021 +0900
@@ -112,7 +112,7 @@
 		// -----------------------------------------------------------------------------------------
 
 		int time = timer.read_ms();
-		if(time - dt >= 100)
+		if(time - dt >= 500)
 		{
 			// Debug and Config section-----------------------------------------------------------------
 			if (pc.readable() == 0 && wireless.readable() == 0)