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.
XbeeMonitor.h
00001 #ifndef _XBEE_MONITOR_H_ 00002 #define _XBEE_MONITOR_H_ 00003 00004 #include <stdint.h> 00005 00006 typedef struct 00007 { 00008 uint64_t radioID; 00009 int sprinkler_pin; 00010 } RadioControlData, *pRadioControlData; 00011 00012 int initXbeeMonitor(); 00013 uint64_t getXbeeId(); 00014 void runXbeeMonitor(); 00015 void postRadioControl(RadioControlData &); 00016 00017 #endif
Generated on Tue Jul 12 2022 18:06:47 by
 1.7.2
 1.7.2