Created
April 11, 2013 22:26
-
-
Save DarylWM/5367707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Specify the address of the remote XBee (this is the SH + SL) | |
XBeeAddress64 addr64 = XBeeAddress64(0x0, 0x0); // Coordinator address | |
// Create a TX Request | |
ZBTxRequest zbTx = ZBTxRequest(addr64, (uint8_t *)payload, sizeof(payload)); | |
// Send the request | |
xbee.send(zbTx); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment