[update] fix MCP23008

This commit is contained in:
ROY
2023-03-15 10:46:11 +08:00
parent 82ca5435f5
commit df0f87c281
2 changed files with 3 additions and 3 deletions
@@ -45,8 +45,8 @@
#define MCP23008_RD_BIT 1
static uint8_t module_addr_g[MCP23008_MODULE_MAX] = {
0x46, // MCP23008_PB
0x4C, // MCP23008_PA
0x46, // MCP23008_PB
};
static struct mcp23008_reg_name_t mcp23008_reg_name_g[MCP23008_MODULE_MAX] = {0};
@@ -5,8 +5,8 @@
#define VERSION_DATE_YEAR 23
#define VERSION_DATE_MONTH 3
#define VERSION_DATE_DAY 15
#define VERSION_DATE_HOUR 9
#define VERSION_DATE_MINUTE 44
#define VERSION_DATE_HOUR 10
#define VERSION_DATE_MINUTE 46
// this is NOT the version hash !!
// it's the last version hash