mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Merge "stm32: change slave address to 0x3c"
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define CPRINTF(format, args...) cprintf(CC_I2C, format, ## args)
|
||||
|
||||
/* 8-bit I2C slave address */
|
||||
#define I2C_ADDRESS 0xec
|
||||
#define I2C_ADDRESS 0x3c
|
||||
|
||||
/* I2C bus frequency */
|
||||
#define I2C_FREQ 100000 /* Hz */
|
||||
|
||||
Reference in New Issue
Block a user