//Board Header //Cathy Chen //4/28/2008 #define PHOTO0 0 #define PHOTO1 1 #define PHOTO2 2 #define PHOTO3 3 #define PHOTO4 4 #define ADCPORT0 0b00100000 #define ADCPORT1 0b00100001 #define ADCPORT2 0b00100010 #define ADCPORT3 0b00100011 #define ADCPORT4 0b00100100 #define LED0 PORTB.0 #define LED1 PORTB.1 #define LED2 PORTB.2 #define LED3 PORTB.3 #define LED4 PORTB.4 #define MAX_LEVELS 10 #define ROTATE_TIMES 6 #define NUMBER_OF_LEDS 5 #define PLAYER_A 0 #define PLAYER_B 1 #define TIE 2