arduino-libraries / ArduinoECCX08

76 stars 49 forks source link

I2C address default #43

Open danielazaffalon opened 1 year ago

danielazaffalon commented 1 year ago

Hi, i'm think that Inside the wakeup() method this sentence should be: "_wire->beginTransmission(_address);" instead of " _wire->beginTransmission(0x00);" isn't it?