Code for the Reed Switch on an mDot

Dependencies:   DHT22 libmDot-mbed5

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!";