You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only higher levels should call Wire.begin(), never in a library.
This call resets the pins used and the speed, if they were initialized previously. If they are be changed, it is for reasons that are of no business for a supporting library to change.
I understand some might raise compatibility issues, yet there is no way around the fact that this has been broken in this way from the get go. Longstanding bugs still should be fixed.
The text was updated successfully, but these errors were encountered:
Only higher levels should call Wire.begin(), never in a library.
This call resets the pins used and the speed, if they were initialized previously. If they are be changed, it is for reasons that are of no business for a supporting library to change.
I understand some might raise compatibility issues, yet there is no way around the fact that this has been broken in this way from the get go. Longstanding bugs still should be fixed.
The text was updated successfully, but these errors were encountered: