//Board Header //Cathy Chen //4/28/2008 #define PHOTO0 0 #define PHOTO1 1 #define PHOTO2 2 #define PHOTO3 3 #define PHOTO4 4 #define ADCPORT0 0x20 #define ADCPORT1 0x21 #define ADCPORT2 0x22 #define ADCPORT3 0x23 #define ADCPORT4 0x24 #define LED_PORT PORTB #define LED0 0 #define LED1 1 #define LED2 2 #define LED3 3 #define LED4 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