20 lines
288 B
C
20 lines
288 B
C
/*
|
|
* canaddress.h
|
|
*
|
|
* Created: 14.11.2013 12:54:26
|
|
* Author: netz
|
|
*/
|
|
|
|
|
|
#ifndef CANADDRESS_H_
|
|
#define CANADDRESS_H_
|
|
|
|
#define CAN_MASTER 0x0000
|
|
|
|
#define CAN_SEND_BUTTON_ID 0x01
|
|
#define CAN_GET_BUTTON_ID 0x02
|
|
#define CAN_GET_COLOR 0x03
|
|
|
|
|
|
|
|
#endif /* CANADDRESS_H_ */ |