We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I compile the code in platformio and get a simple and harmless yellow notification:
Adafruit_BNO055.cpp:242:55: warning: 'boolean' is deprecated [-Wdeprecated-declarations] 242 | void Adafruit_BNO055::setExtCrystalUse(boolean usextal)
Changed the line
Adafruit_BNO055/Adafruit_BNO055.cpp Line 242 in 5f90b62 void Adafruit_BNO055::setExtCrystalUse(boolean usextal) {
Adafruit_BNO055/Adafruit_BNO055.cpp
Line 242 in 5f90b62
На void Adafruit_BNO055::setExtCrystalUse(bool usextal) in file Adafruit_BNO055.cpp and Adafruit_BNO055.h.
void Adafruit_BNO055::setExtCrystalUse(bool usextal)
Adafruit_BNO055.cpp
Adafruit_BNO055.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I compile the code in platformio and get a simple and harmless yellow notification:
Changed the line
На
void Adafruit_BNO055::setExtCrystalUse(bool usextal)
in fileAdafruit_BNO055.cpp
andAdafruit_BNO055.h
.The text was updated successfully, but these errors were encountered: