nanoI2CIOExpander
nanoI2CIOExpander copied to clipboard
address bug in begin method
In file nanoI2CIOExpLib.cpp (line 28): code: void CNanoI2CIOExpander::begin( int add ){ Wire.begin(); Wire.beginTransmission(NANOEXP_ADDRESS); take into account add parameter.
Same error in writeRegister and readRegister methods