first commit

Dependencies:   C12832_lcd DigiLogger LM75B XBeeLib2 mbed

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
8:8860564edca8
Parent:
7:ab86cae2e208
Child:
9:db657fba2ccf
--- a/main.cpp	Mon Jun 01 19:00:32 2015 +0200
+++ b/main.cpp	Thu Mar 31 11:40:20 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)0x01234567)
+//#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 remote module's 16-bit address (MY parameter)"
-#define REMOTE_NODE_ADDR16      ((uint16_t)0x1111)
+//#error "Replace next define with the remote module's 16-bit address (MY parameter)"
+#define REMOTE_NODE_ADDR16      ((uint16_t)0x0001)
 
 #define REMOTE_NODE_ADDR64      UINT64(REMOTE_NODE_ADDR64_MSB, REMOTE_NODE_ADDR64_LSB)