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:
12:ac019d9b57d7
Parent:
10:b5d2aeda9628
diff -r b7ad0fe7ce64 -r ac019d9b57d7 README.md
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Tue Aug 07 12:20:25 2018 +0900
@@ -0,0 +1,18 @@
+# SakuraIo Evaluation Board Standard
+
+## Overview
+This program is example code of [sakura.io Evalaution board](https://os.mbed.com/platforms/SAKURAIO_EVB_01/).
+
+### Functions
+
+- Periodic measure from onboard sensors(period is 200ms)
+  - Motion sensor(gyro, accelometer, magnetometer)
+  - Environment sensor(temperatur, humidity, airpressur)
+  - GPS(longitude, latitude, timestamp)
+- Periodic send the measuring datas to sakura.io platform(period is 300sec)
+- Output the measured datas output to USB-Serial port
+  - baudrate is 9600bps
+- Can select on / off of periodic running with switch `SW5`
+
+## Description
+See the [Getting Started](https://github.com/sakuraio/SakuraIO_Evaluation_Board_Standard/wiki/GettingStarted) page.