sakura.io Evalution board's example.

Dependencies:   AQM0802A BME280 MPU9250_SPI SakuraIO gps mbed

Fork of SakuraIO_Evaluation_Board_Standard by SAKURA Internet

sakura.io Evalution board's sample program. Collecting the onboard sensors(GPS, 9axis motion sensor, Environment sensor), send to sakura.io service.

Revision:
7:99f7d7c6a408
Parent:
3:e5e53c1f6fda
--- a/main.cpp	Mon May 07 06:17:24 2018 +0000
+++ b/main.cpp	Thu Jul 26 05:19:17 2018 +0000
@@ -171,7 +171,7 @@
     }
     
     if (stat_sw5 == 1) {
-        if ((tick_by_200ms % SEND_INTERVAL_TICKS_PAR_COUNT) == 0) {  //定期送信は5分に一回(31日動かしっぱなしでも無料分を超えないように)
+        if ((tick_by_200ms % SEND_INTERVAL_TICKS_PAR_COUNT) == 0) {  //Send data intarval is 5 minutes.
             pc.printf("\r\n\r\n--------------------\r\n");
             read_sensor_data();
             pc.printf("BME280\r\n");