- #ifndef DCLOAD_CONFIG_H
- #define DCLOAD_CONFIG_H
- #define I2C_EPROM_ADDRESS 0x57
- #define I2C_MCP4725_ADDRESS 0x61
- #define I2C_MCP79410_ADDRESS 0x6f
- #define I2C_MCP342x_ADDRESS 0x68
- #define rxPin 8
- #define txPin 7
- #define col_red 63488
- #define col_green 1024
- #define col_gray 50712
- #endif
|