Files @ 4e5c6467cd01
Branch filter:

Location: seniordesign-firmware/slave/slave/config.h

ethanzonca@CL-ENS241-08.cedarville.edu
GPS parsing and APRS tracking now functional!
/*
 * 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 0x90	// Read 0x91 - Write 0x90
 #define PRESSURE_ADDR 0xA1		//THIS VALUE IS WRONG
 #define HUMID_ADDR 0xA4		//THIS VALUE IS WRONG
 #define RTC_ADDR 0xA2			//DEBUG [Used for testing]      // Read 0xA3 - Write 0xA2



 #endif /* CONFIG_H_ */