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
By including a few (old) libraries, you also put the wrong use of the Wire library into your project. It does not matter which Wire library or which software-Wire you use.
In the file "Arduitools/remoteDomo/domoreinserre/BH1750/BH1750.cpp" you may remove the Wire.beginTransmission() and Wire.endTransmission() from the function readLightLevel().
The author has fixed the issue and has rewritten the code.
The file "Arduitools/Compas_Module/library/Arduino-MPU6050/MPU6050.cpp" has this issue. I am trying hard to annoy the author, hoping that he finally gives up and will fix it. So far no luck.
The file "Arduitools/remoteDomo/domoreinwk/Adafruit-BMP085-Library-master/Adafruit_BMP085.cpp" has this issue. I made it years ago, but Adafruit does not fix it.
You can keep the issues, accept that the code makes it slower and hope for the best. Or you can fix it, hopefully without causing new issues.
Background story: https://www.arduinoforum.nl/viewtopic.php?f=12&t=2929
The text was updated successfully, but these errors were encountered:
By including a few (old) libraries, you also put the wrong use of the Wire library into your project. It does not matter which Wire library or which software-Wire you use.
I have made a page for common mistakes.
See also my alternative explanation of the functions of the Wire library.
In the file "Arduitools/remoteDomo/domoreinserre/BH1750/BH1750.cpp" you may remove the
Wire.beginTransmission()
andWire.endTransmission()
from the functionreadLightLevel()
.The author has fixed the issue and has rewritten the code.
The file "Arduitools/Compas_Module/library/Arduino-MPU6050/MPU6050.cpp" has this issue. I am trying hard to annoy the author, hoping that he finally gives up and will fix it. So far no luck.
The file "Arduitools/remoteDomo/domoreinwk/Adafruit-BMP085-Library-master/Adafruit_BMP085.cpp" has this issue. I made it years ago, but Adafruit does not fix it.
You can keep the issues, accept that the code makes it slower and hope for the best. Or you can fix it, hopefully without causing new issues.
Background story: https://www.arduinoforum.nl/viewtopic.php?f=12&t=2929
The text was updated successfully, but these errors were encountered: