10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
menu "I2C Emulator Configuration"
|
|
|
|
config I2C_SLAVE_ADDR
|
|
int "I2C Slave Address (Decimal)"
|
|
default 97
|
|
help
|
|
The 7-bit I2C Slave Address (0x61 = 97)
|
|
|
|
endmenu
|