tibbo_line/tpp3.th

26 lines
451 B
Plaintext

#ifndef PLATFORM
#message "Platform TPP3"
#define PLATFORM "TPP3"
#define SENSORS 16
#define RELAYS 16
static unsigned char INPIN[SENSORS] = {
9, 8, 0, 16, 32, 33, 4, 20,
11, 10, 1, 17, 34, 35, 5, 21
};
//static unsigned char OUTPIN[RELAYS] = {
// 13, 12, 36, 37, 15, 14, 38, 39,
// 24, 25, 28, 29, 40, 41, 54, 55
//};
static unsigned char OUTPIN[RELAYS] = {
13, 12, 15, 14,
24, 25, 40, 41,
36, 37, 38, 39,
28, 29, 54, 55
};
#endif