You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
434 B
C
24 lines
434 B
C
#ifndef __RELAISHW_H__
|
|
#define __RELAISHW_H__
|
|
|
|
#define ConfigLED PD4
|
|
#define ConfigButton PD5
|
|
#define Relais1 PB0
|
|
#define Relais2 PB1
|
|
|
|
#define HBWTYPE 0xE1
|
|
#define HBWMAJOR 1
|
|
#define HBWMINOR 2
|
|
#define HBWSERIAL0 'C'
|
|
#define HBWSERIAL1 'O'
|
|
#define HBWSERIAL2 'L'
|
|
#define HBWSERIAL3 'A'
|
|
#define HBWSERIAL4 'B'
|
|
#define HBWSERIAL5 'R'
|
|
#define HBWSERIAL6 'E'
|
|
#define HBWSERIAL7 'L'
|
|
#define HBWSERIAL8 '0'
|
|
#define HBWSERIAL9 '1'
|
|
|
|
#endif
|