Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / slam.bak2 / robot / data_response.h @ 722

History | View | Annotate | Download (316 Bytes)

1
#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
#define ALL-TYPE 3
9

    
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