Sample program of SAKURA Internet IoT Communication Module

Dependencies:   SakuraIO mbed

View the Github repository.

travis.sh

Committer:
chibiegg
Date:
2018-02-25
Revision:
13:2befc704b349
Parent:
12:ba049d7b931e

File content as of revision 13:2befc704b349:

#!/bin/bash

TARGET=NUCLEO_F401RE

mbed-cli deploy
mbed compile -m ${TARGET} -t GCC_ARM

exit $?