address bug in begin method
MajorLee95 opened this issue · 1 comments
MajorLee95 commented
In file nanoI2CIOExpLib.cpp (line 28):
code:
void CNanoI2CIOExpander::begin( int add ){
Wire.begin();
Wire.beginTransmission(NANOEXP_ADDRESS);
take into account add parameter.
MajorLee95 commented
Same error in writeRegister and readRegister methods