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
430 B
C
24 lines
430 B
C
#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 HBWSERIAL8 '0'
|
|
#define HBWSERIAL9 '1'
|
|
|
|
#endif
|