You've already forked i2c_manager
mirror of
https://github.com/m5stack/i2c_manager.git
synced 2026-05-20 11:41:49 -07:00
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
config HAVE_I2C_MANAGER
|
|
bool "Have I2C Manager"
|
|
default y
|
|
|
|
menu "I2C Port Settings"
|
|
|
|
rsource "i2c_manager/Kconfig"
|
|
|
|
config I2C_MANAGER_I2CDEV
|
|
bool "i2cdev compatibility"
|
|
help
|
|
This allows you to run code that was written for i2cdev, another
|
|
i2c port abstraction layer. I2C Manager keeps doing what it does
|
|
and additionally emulates i2cdev if you use this feature. Make
|
|
sure to remove the other 'i2cdev.c' and 'i2cdev.h' files. See the
|
|
README for further details.
|
|
|
|
endmenu |