-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[I2C] Add support for multiple I2C interfaces #5235
base: mega
Are you sure you want to change the base?
[I2C] Add support for multiple I2C interfaces #5235
Conversation
@tonhuisman @TD-er In fact for esp8266 i2c is software based so it could be also enabled via compatible soft library implementation. |
Yes, I know, but we have decided some time ago that for ESP8266 we are feature-complete, and want/need to motivate users to switch to ESP32 based boards. |
Resolves: #4592
Features:
monitor
command) an I2C Interface selector is available.TODO: