first commit

Dependencies:   C12832_lcd DigiLogger LM75B XBeeLib2 mbed

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
7:ab86cae2e208
Parent:
5:1b2d489605b1
Child:
8:8860564edca8
--- a/main.cpp	Mon May 18 13:17:53 2015 +0200
+++ b/main.cpp	Mon Jun 01 19:00:32 2015 +0200
@@ -17,11 +17,12 @@
 using namespace DigiLog;
 #endif
 
-// TODO Replace with the MSB of the remote module's 64-bit address (SH parameter)
 #define REMOTE_NODE_ADDR64_MSB  ((uint32_t)0x0013A200)
-// TODO Replace with the LSB of the remote module's 64-bit address (SL parameter)
-#define REMOTE_NODE_ADDR64_LSB  ((uint32_t)0x40D2B03E)
-// TODO Replace with the remote module's 16-bit address (MY parameter)
+
+#error "Replace next define with the LSB of the remote module's 64-bit address (SL parameter)"
+#define REMOTE_NODE_ADDR64_LSB  ((uint32_t)0x01234567)
+
+#error "Replace next define with the remote module's 16-bit address (MY parameter)"
 #define REMOTE_NODE_ADDR16      ((uint16_t)0x1111)
 
 #define REMOTE_NODE_ADDR64      UINT64(REMOTE_NODE_ADDR64_MSB, REMOTE_NODE_ADDR64_LSB)