Revision 1456 branches/colonetmk2/code/projects/libwireless/lib/xbee.c
| xbee.c (revision 1456) | ||
|---|---|---|
| 42 | 42 |
#include <pthread.h> |
| 43 | 43 |
#include <errno.h> |
| 44 | 44 |
#include <termios.h> |
| 45 |
#include <stdio.h> |
|
| 46 |
#include <stdlib.h> |
|
| 45 | 47 |
|
| 46 | 48 |
#else |
| 47 | 49 |
|
| ... | ... | |
| 51 | 53 |
|
| 52 | 54 |
#endif |
| 53 | 55 |
|
| 54 |
#include <stdio.h> |
|
| 55 |
#include <stdlib.h> |
|
| 56 | 56 |
#include <string.h> |
| 57 | 57 |
|
| 58 | 58 |
#define XBEE_FRAME_START 0x7E |
Also available in: Unified diff