However, it has a line in the begin function:
if (this->_sdaPin != this->_sclPin) Wire.begin(this->_sdaPin, this->_sclPin); else Wire.begin();
Compiling is throwing the error that Wire.h::begin doesn't have two arguments and commenting out to only Wire.begin() results in good compilation, but failure.
I read many questions on missing the library Wire
that it is included in the IDE. However, it is missing.
I uninstalled the Arduino IDE and reinstalled it but it is
still missing. I can't verify it because the library is missing.
I went to File Explorer under Arduino. There are quite a
few libraries but no wire or Wire. I went to github but I couldn't find it there either.