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
Hi @jakkaj,
Sorry for the delay on this. I was wondering if you happen to have added this method? If so, I'd love to infoporate it. I don't have that device to specifically test against.
The following code from Sparkfun attempts to call an override that results in an incorrrect call to the wrong Wire.cpp requestFrom override.
What is happening?
https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library/blob/main/src/sfe_bus.cpp#L183
is calling:
https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library/blob/main/src/sfe_bus.cpp#L183
but it should be calling
https://github.com/polyhobbyist/wiring_for_ros/blob/main/Wire.cpp#L118
The text was updated successfully, but these errors were encountered: