123

Dependencies:   FXAS21002 FXOS8700Q

Revision:
4:ec3c125c37bf
Parent:
3:2231338197f2
Child:
5:f2123dc31d30
--- a/main.cpp	Tue Mar 26 13:51:36 2019 +0000
+++ b/main.cpp	Tue Mar 26 13:56:38 2019 +0000
@@ -36,7 +36,7 @@
 FXAS21002 sens_gyro(PTD9, PTD8, 0x20);
 #endif /* TARGET_K66F */
 
-#define SENSORS_POLL_INTERVAL 1.0
+#define SENSORS_POLL_INTERVAL 3.0
 #define SEND_ALL_SENSORS
 
 // Default network interface object. Don't forget to change the WiFi SSID/password in mbed_app.json if you're using WiFi.