Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DHT22 libmDot-mbed5
Fork of mDot_LoRa_Connect_ABPA by
Revision 8:206e0563e1a1, committed 2017-08-07
- Comitter:
- kellybs1
- Date:
- Mon Aug 07 07:21:45 2017 +0000
- Parent:
- 7:e29228e39982
- Child:
- 9:7f7194b5b4e3
- Commit message:
- this one might work
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libmDot-mbed5.lib Mon Aug 07 07:21:45 2017 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/#255e2ddc294e
--- a/libmDot.lib Mon Aug 07 07:11:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://developer.mbed.org/teams/MultiTech/code/libmDot/#121e4c454964
--- a/main.cpp Mon Aug 07 07:11:33 2017 +0000
+++ b/main.cpp Mon Aug 07 07:21:45 2017 +0000
@@ -1,5 +1,6 @@
#include "mbed.h"
#include "mDot.h"
+#include "ChannelPlans.h"
#include "MTSLog.h"
#include <string>
#include <vector>
@@ -14,7 +15,6 @@
int main() {
int32_t ret;
- mDot* dot;
std::vector<uint8_t> data;
std::string data_str = "hello!";
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Mon Aug 07 07:21:45 2017 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#fc1836545dcc2fc86f03b01292b62bf2089f67c3
--- a/mbed-rtos.lib Mon Aug 07 07:11:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#bdd541595fc5
--- a/mbed.bld Mon Aug 07 07:11:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5 \ No newline at end of file
