XBee Firmware Library  1.6.0
Functions
platform.h File Reference

Functions

void hex_dump (const void FAR *address, uint16_t length, uint16_t flags)
 
int hexstrtobyte (const char FAR *p)
 Converts two hex characters (0-9A-Fa-f) to a byte. More...
 
int memcheck (const void FAR *src, int c, size_t length)
 Test whether a block of memory is set to a single byte value. More...
 
uint32_t() xbee_millisecond_timer (void)
 Platform-specific function to return the number of elapsed milliseconds. More...
 
int xbee_readline (char *buffer, int length)
 This function is a non-blocking version of gets(), used to read a line of input from the user. More...
 
XBEE_BEGIN_DECLS uint32_t() xbee_seconds_timer (void)
 Platform-specific function to return the number of elapsed seconds. More...
 

Detailed Description

Common header for Hardware Abstraction Layer

This file should be included by all other files in the library.

find pre-processor macro to identify POSIX platform