#ifndef __TESTHW_H__ #define __TESTHW_H__ #define ConfigLED PD4 #define ConfigButton PD5 #define ExpLED PD6 #define ExpButton PD7 #define HBWTYPE 0xE0 #define HBWMAJOR 1 #define HBWMINOR 2 #define HBWSERIAL0 'C' #define HBWSERIAL1 'O' #define HBWSERIAL2 'L' #define HBWSERIAL3 'A' #define HBWSERIAL4 'B' #define HBWSERIAL5 'T' #define HBWSERIAL6 'S' #define HBWSERIAL7 'T' #define HBW_MAXLINKS 16 #define HBW_LINKOFFS 0x80 #endif