ArduinoDuPPaLib icon indicating copy to clipboard operation
ArduinoDuPPaLib copied to clipboard

begin return true / false if device OK

Open hallard opened this issue 4 years ago • 1 comments

begin method now check back that read config is same than just written, allowing to test if device is present on i2c bus

hallard avatar Oct 06 '21 15:10 hallard

Hi, I also need this function. There is a bug whereby if an encoder is missing and I call updateStatus() All interrupt routines are launched because into that function: _stat = readEncoderByte(REG_ESTATUS); receive -1 = 255

fixus971 avatar Dec 01 '21 18:12 fixus971