|
Digi XBee(R) ANSI C Host Library
|
Platform-specific functions for use by the XBee Driver on DOS target. More...
#include <ctype.h>#include <stdio.h>#include <time.h>#include <conio.h>#include "xbee/platform.h"#include "../../src/util/jslong.c"Macros | |
| #define | XBEE_READLINE_STATE_INIT 0 |
| #define | XBEE_READLINE_STATE_START_LINE 1 |
| #define | XBEE_READLINE_STATE_CONTINUE_LINE 2 |
Functions | |
| uint32_t | xbee_seconds_timer () |
| Platform-specific function to return the number of elapsed seconds. More... | |
| uint32_t | xbee_millisecond_timer () |
| Platform-specific function to return the number of elapsed milliseconds. More... | |
| void | gotoxy_ansi (int col, int row) |
| void | clrscr_ansi (void) |
| 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... | |
Platform-specific functions for use by the XBee Driver on DOS target.
1.8.11