forked from chunyexixiaoyu/xiuos
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
if BSP_USING_I2C
|
|
config BSP_I2C_SDA
|
|
int "SDA pin number for I2C"
|
|
default 15
|
|
config BSP_I2C_SCL
|
|
int "SCLK pin number for I2C"
|
|
default 17
|
|
config I2C_BUS_NAME_1
|
|
string "i2c bus 1 name"
|
|
default "i2c1"
|
|
config I2C_DRV_NAME_1
|
|
string "i2c bus 1 driver name"
|
|
default "i2c1_drv"
|
|
config I2C_1_DEVICE_NAME_0
|
|
string "i2c bus 1 device 0 name"
|
|
default "i2c1_dev0"
|
|
endif
|