Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832_lcd DigiLogger LM75B XBeeLib2 mbed
Fork of XBee802_Send_Data by
Revision 8:8860564edca8, committed 2016-03-31
- Comitter:
- hbujanda
- Date:
- Thu Mar 31 11:40:20 2016 +0200
- Parent:
- 7:ab86cae2e208
- Child:
- 9:db657fba2ccf
- Commit message:
- Automatic upload
Changed in this revision
| XBeeLib.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/XBeeLib.lib Mon Jun 01 19:00:32 2015 +0200 +++ b/XBeeLib.lib Thu Mar 31 11:40:20 2016 +0200 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#629712865107 +http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#da2ea7a76243
--- 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)
