#ifndef DCLOAD_CONFIG_H #define DCLOAD_CONFIG_H #define I2C_EPROM_ADDRESS 0x57 #define I2C_MCP4725_ADDRESS 0x61 //the DAC I2C address with MCP4725 pin A0 set high #define I2C_MCP79410_ADDRESS 0x6f //0x6f is the default address for the MCP79410 Real Time Clock IC #define I2C_MCP342x_ADDRESS 0x68 //0x68 is the default address for the MCP3426 device #define rxPin 8 #define txPin 7 #define col_red 63488 #define col_green 1024 #define col_gray 50712 #endif // DCLOAD_CONFIG_H