first commit

Dependencies:   C12832_lcd DigiLogger LM75B XBeeLib2 mbed

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
9:db657fba2ccf
Parent:
8:8860564edca8
Child:
11:44571f2b239e
diff -r 8860564edca8 -r db657fba2ccf main.cpp
--- a/main.cpp	Thu Mar 31 11:40:20 2016 +0200
+++ b/main.cpp	Thu Jul 28 10:18:13 2016 +0200
@@ -19,11 +19,11 @@
 
 #define REMOTE_NODE_ADDR64_MSB  ((uint32_t)0x0013A200)
 
-//#error "Replace next define with the LSB of the remote module's 64-bit address (SL parameter)"
-#define REMOTE_NODE_ADDR64_LSB  ((uint32_t)0x40E465EB)
+#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)0x0001)
+#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)