/* * config.h * * Created: 10/25/2012 10:00:09 PM * Author: mkanning */ #ifndef CONFIG_H_ #define CONFIG_H_ #define F_CPU 11059200 #define USART0_BAUDRATE 115200 #define USART1_BAUDRATE 115200 //I2C Addresses #define BOARDTEMP_ADDR 0xA5 //THIS VALUE IS WRONG #define PRESSURE_ADDR 0xA1 //THIS VALUE IS WRONG #define HUMID_ADDR 0xA4 //THIS VALUE IS WRONG #define RTC_ADDR 0xA2 //DEBUG //read A3 - write A2 #endif /* CONFIG_H_ */