Complete sensor demo.

Dependencies:   modem_ref_helper CRC X_NUCLEO_IKS01A1 DebouncedInterrupt

Revision:
6:c17f7cbdeb1a
Parent:
5:e27f8429166a
Child:
11:9683d014dece
--- a/files.cpp	Wed Sep 20 14:41:54 2017 +0000
+++ b/files.cpp	Thu Sep 21 11:23:13 2017 +0000
@@ -148,7 +148,7 @@
     .report_type = REPORT_ON_DIFFERENCE,
     .read_period = 1000, // ms
     .max_period = 3600, // sec
-    .max_diff = 10, // percent
+    .max_diff = 100,
     .threshold_high = 0, // disabled
-    .threshold_low = 100, // disabled
+    .threshold_low = 1000, // disabled
 };
\ No newline at end of file