20171006

Dependencies:   INA219 ISL29125 TSL2561 libmDot-mbed5 LoRa_Miun_20171002 SmartApp_Miun

Fork of Smart_Miun by BIN WANG

Committer:
biwa1400
Date:
Mon Oct 02 16:13:51 2017 +0000
Revision:
23:c4dbb237bb76
Parent:
22:7230c1ce7bc2
20171002;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
biwa1400 23:c4dbb237bb76 1 #include "SmartAppSingle.h"
biwa1400 21:99ca5fc42f3e 2 #include "example.h"
biwa1400 23:c4dbb237bb76 3 #include "MIUN.LoRa.h"
biwa1400 21:99ca5fc42f3e 4 #include "MTSLog.h"
biwa1400 21:99ca5fc42f3e 5
biwa1400 23:c4dbb237bb76 6 void Example::execute()
biwa1400 21:99ca5fc42f3e 7 {
biwa1400 23:c4dbb237bb76 8 sendReceive("Hello World",1,NULL);
biwa1400 21:99ca5fc42f3e 9 }
biwa1400 21:99ca5fc42f3e 10