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
In the file "libraries.19/_HMC6352_IC2/HMC6352.cpp", in the function "requestData()", there is waiting after a Wire.requestFrom(). But there is no such thing as waiting after a Wire.requestFrom().
You may remove these lines:
In the file "libraries.19/_HMC6352_IC2/HMC6352.cpp", in the function "requestData()", there is waiting after a Wire.requestFrom(). But there is no such thing as waiting after a Wire.requestFrom().
You may remove these lines:
Explanation: Common-mistakes#1
The text was updated successfully, but these errors were encountered: