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
* Now the o2c_dev is defined in the XX_pinmap.h file in variants so we now have abstraction.
This way there should not be a need for the user while adding new board support to modify or
tweak the Wire library.
* Replace double quotes (") with angel braces because we have a proper CMake structure
that takes care of all the include locations for us.
* Move a few includes from the Wire library into the arduino...pinmap.h file since
we need to create the i2c_dev over there.
* Delete unused variables inside Wire.h like rxRingBuffer and i2c_dev and bus.
Signed-off-by: Dhruva Gole <[email protected]>
0 commit comments