AT command interface for mdot forced to asia interfaces

Dependencies:   MTS-Serial libmDot-mbed5

Fork of Dot-AT-Firmware by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
brettsawyers
Date:
Tue May 01 01:40:37 2018 +0000
Parent:
18:4052b3b530cc
Commit message:
uploading to team

Changed in this revision

libmDot-mbed5.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/libmDot-mbed5.lib	Mon Feb 26 23:27:13 2018 +0000
+++ b/libmDot-mbed5.lib	Tue May 01 01:40:37 2018 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/#8df3889e444b
+https://os.mbed.com/teams/student-devel/code/libmDot-mbed5/#8df3889e444b
--- a/main.cpp	Mon Feb 26 23:27:13 2018 +0000
+++ b/main.cpp	Tue May 01 01:40:37 2018 +0000
@@ -39,7 +39,6 @@
 
     mDot* dot = mDot::getInstance(plan);
     assert(dot);
-
     // Seed the RNG
     srand(dot->getRadioRandom());