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_DHT22_sleep by
Diff: main.cpp
- Revision:
- 8:206e0563e1a1
- Parent:
- 7:e29228e39982
- Child:
- 9:7f7194b5b4e3
--- 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!";