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
src/T67XX.cpp: In member function 'uint8_t T67XX::setSlaveAddress(uint8_t)':
src/T67XX.cpp:147:1: warning: no return statement in function returning non-void [-Wreturn-type]
};
^
src/T67XX.cpp: In member function 'bool T67XX::beginCalibration()':
src/T67XX.cpp:157:63: warning: no return statement in function returning non-void [-Wreturn-type]
bool T67XX::beginCalibration(void) { beginCalibration(false); };
^
src/T67XX.cpp: In member function 'bool T67XX::beginCalibration(bool)':
src/T67XX.cpp:172:1: warning: no return statement in function returning non-void [-Wreturn-type]
};
^
src/T67XX.cpp: In member function 'bool T67XX::endCalibration()':
src/T67XX.cpp:180:1: warning: no return statement in function returning non-void [-Wreturn-type]
};
^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: