#ifndef _RGB16MPM_H_ #define _RGB16MPM_H_ #define F_CPU 8000000 #include #define ROW1 PORTB1 /* RED */ #define ROW2 PORTB0 /* GREEN */ #define ROW3 PORTB3 /* BLUE */ #define ROW4 PORTB2 /* not used */ #define RXTX PORTD2 /* RS485 TX enable */ #define LED PORTD3 /* running without mpmboot? */ #define STANDALONE 0 #if (STANDALONE) #define OSCCAL 0xAA #define BAUDRATE 115200 #define MPM_ADDRESS 0x11 #endif /* STANDALONE */ #define COLOR_RED 0 #define COLOR_GREEN 1 #define COLOR_BLUE 2 #define COLOR_MASK ((1<