You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm think that Inside the wakeup() method this sentence should be: "_wire->beginTransmission(_address);"
instead of " _wire->beginTransmission(0x00);"
isn't it?