config.h 570 B

12345678910111213
  1. #ifndef DCLOAD_CONFIG_H
  2. #define DCLOAD_CONFIG_H
  3. #define I2C_EPROM_ADDRESS 0x57
  4. #define I2C_MCP4725_ADDRESS 0x61 //the DAC I2C address with MCP4725 pin A0 set high
  5. #define I2C_MCP79410_ADDRESS 0x6f //0x6f is the default address for the MCP79410 Real Time Clock IC
  6. #define I2C_MCP342x_ADDRESS 0x68 //0x68 is the default address for the MCP3426 device
  7. #define rxPin 8
  8. #define txPin 7
  9. #define col_red 63488
  10. #define col_green 1024
  11. #define col_gray 50712
  12. #endif // DCLOAD_CONFIG_H