Sample program of SAKURA Internet IoT Communication Module

Dependencies:   SakuraIO mbed

View the Github repository.

Committer:
chibiegg
Date:
Sun Feb 25 04:42:27 2018 +0900
Revision:
13:2befc704b349
Parent:
12:ba049d7b931e
Merge pull request #5 from sakuraio/feat/travisci

Travis CI

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chibiegg 12:ba049d7b931e 1 #!/bin/bash
chibiegg 12:ba049d7b931e 2
chibiegg 12:ba049d7b931e 3 TARGET=NUCLEO_F401RE
chibiegg 12:ba049d7b931e 4
chibiegg 12:ba049d7b931e 5 mbed-cli deploy
chibiegg 12:ba049d7b931e 6 mbed compile -m ${TARGET} -t GCC_ARM
chibiegg 12:ba049d7b931e 7
chibiegg 12:ba049d7b931e 8 exit $?