Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / mapping / robot / data_response.h @ 965

History | View | Annotate | Download (316 Bytes)

1 722 justin
#ifndef _DATA_RESPONSE_H
2
#define _DATA_REQUESTS_H
3
4
#define DATA_REQUEST_GROUP 7
5
#define BOM_TYPE 0
6
#define IR_TYPE 1
7
#define ENCODER_TYPE 2
8 904 justin
#define ALL_TYPE 3
9 722 justin
10
#define MAX_PACKET_LENGTH 100
11
12
/* This requires the wireless library
13
and the token ring to already be initialized.*/
14
void data_response_init(void);
15
16
#endif