read history of temperatures on user click

Dependencies:   BSP_B-L475E-IOT01

Revision:
1:57a53e16f6e6
Parent:
0:c105215e1c51
--- a/main.cpp	Thu Dec 06 16:23:36 2018 +0000
+++ b/main.cpp	Thu Dec 06 16:30:27 2018 +0000
@@ -128,7 +128,7 @@
     
     
     
-    ticker.attach(&readData, 4);
+    ticker.attach(&readData, 60);
     
 
 }