Files @ 48acfcb35ad3
Branch filter:

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

ethanzonca@CL-SEC241-08.cedarville.edu
Added slave parser library, added infrastructure for requesting data from slave nodes
/*
 * config.h
 *
 * Created: 10/25/2012 10:00:09 PM
 *  Author: mkanning
 */


 #ifndef CONFIG_H_
 #define CONFIG_H_

 #define F_CPU 11059200
 #define USART_BAUDRATE 19200


 //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_ */