Project

General

Profile

Revision 124

More work. Eugene better use this.

View differences:

data_response.h
1
#ifndef _DATA_RESPONSE_H
2
#define _DATA_REQUESTS_H
1 3

  
4
#define DATA_REQUEST_GROUP 23
5
#define BOM_TYPE 0
6
#define IR_TYPE 1
7
#define ENCODER_TYPE 2
2 8

  
9
#define MAX_PACKET_LENGTH 100
10

  
11
/* This requires the wireless library
12
and the token ring to already be initialized.*/
3 13
void data_request_init(void);
14

  
15
#endif

Also available in: Unified diff