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.
28 lines
502 B
C
28 lines
502 B
C
#ifndef __RELAISHW_H__
|
|
#define __RELAISHW_H__
|
|
|
|
#define ConfigLED PD4
|
|
#define ConfigButton PD5
|
|
|
|
#define Relais1 PB0
|
|
#define Relais2 PB1
|
|
|
|
#define In0 PC0
|
|
#define In1 PC1
|
|
#define In2 PC2
|
|
#define In3 PC3
|
|
|
|
#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'
|
|
|
|
#endif
|