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 "BAGA/BMP280/BMP280.cpp" the while(!Wire.available()) ; and the while(Wire.available() != length) ; after the Wire.requestFrom() can be removed.
Explanation: Common-mistakes#1
The text was updated successfully, but these errors were encountered:
In the file "BAGA/BMP280/BMP280.cpp" the
while(!Wire.available()) ;
and thewhile(Wire.available() != length) ;
after the Wire.requestFrom() can be removed.Explanation: Common-mistakes#1
The text was updated successfully, but these errors were encountered: