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 "Wiring/framework/cores/AVR8Bit/libraries/Wire/examples/BMP085/BMP085.pde" there are while(!Wire.available()); after the Wire.requestFrom(). All of those can be removed.
Explanation: Common-mistakes#1
The text was updated successfully, but these errors were encountered:
In the file "Wiring/framework/cores/AVR8Bit/libraries/Wire/examples/BMP085/BMP085.pde" there are
while(!Wire.available());
after the Wire.requestFrom(). All of those can be removed.Explanation: Common-mistakes#1
The text was updated successfully, but these errors were encountered: