14 #include "../posix/platform_config.h" 22 int digiapix_platform_init(
void);
23 #define XBEE_PLATFORM_INIT() digiapix_platform_init() 29 #define XBEE_RESET_FN &digiapix_xbee_reset 30 #define XBEE_IS_AWAKE_FN &digiapix_xbee_is_awake int digiapix_xbee_is_awake(struct xbee_dev_t *xbee)
Definition: xbee_platform_digiapix.c:117
void digiapix_xbee_reset(struct xbee_dev_t *xbee, bool_t asserted)
Definition: xbee_platform_digiapix.c:105
int bool_t
Variable that can hold 0 or 1, may be an int for speed purporses or uint8_t for size optimization...
Definition: platform_config.h:51