Sample program of SAKURA Internet IoT Communication Module

Dependencies:   SakuraIO mbed

View the Github repository.

Revision:
10:bef46c61188a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Sun Feb 25 03:55:25 2018 +0900
@@ -0,0 +1,26 @@
+# sakuraio-mbed-standard
+
+Hello World example code for sakura.io with Mbed.
+
+
+## Getting started
+
+
+### Install mbed-cli
+
+Please install [mbed-cli](https://github.com/ARMmbed/mbed-cli) .
+
+```bash
+pyenv install 2.7.11
+pyenv virtualenv mbed-cli 2.7.11
+pyenv activate mbed-cli
+pip install mbed-cli
+```
+
+### Import and Compile
+
+```bash
+mbed import https://github.com/sakuraio/sakuraio-mbed-standard
+cd sakuraio-mbed-standard
+mbed compile -m NUCLEO_F401RE -t GCC_ARM
+```