Skip to content

Instantly share code, notes, and snippets.

@DarylWM
Created April 11, 2013 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DarylWM/5367707 to your computer and use it in GitHub Desktop.
Save DarylWM/5367707 to your computer and use it in GitHub Desktop.
// 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