XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
6:06522f3a6642
Parent:
0:fcaad0dfa051
--- a/RemoteXBee/RemoteXBee.cpp	Thu Mar 31 11:39:30 2016 +0200
+++ b/RemoteXBee/RemoteXBee.cpp	Thu Jul 28 10:17:20 2016 +0200
@@ -77,3 +77,15 @@
 RemoteXBeeZB::~RemoteXBeeZB()
 {
 }
+
+RemoteXBeeDM::RemoteXBeeDM() : RemoteXBee()
+{
+}
+
+RemoteXBeeDM::RemoteXBeeDM(uint64_t remote64) : RemoteXBee(remote64)
+{
+}
+
+RemoteXBeeDM::~RemoteXBeeDM()
+{
+}