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.

31 lines
520 B
C

#ifndef __IO6HW_H__
#define __IO6HW_H__
#define ConfigLED PD4
#define ConfigButton PD5
#define Out0 PD6
#define Out1 PD7
#define In0 PC0
#define In1 PC1
#define In2 PC2
#define In3 PC3
#define In4 PC4
#define In5 PC5
#define RedLED PB0
#define GreenLED PB1
#define HBWTYPE 0xE2
#define HBWMAJOR 1
#define HBWMINOR 2
#define HBWSERIAL0 'C'
#define HBWSERIAL1 'O'
#define HBWSERIAL2 'L'
#define HBWSERIAL3 'A'
#define HBWSERIAL4 'B'
#define HBWSERIAL5 'I'
#define HBWSERIAL6 'O'
#define HBWSERIAL7 '6'
#endif