-
Notifications
You must be signed in to change notification settings - Fork 51
I2C address default #43
Copy link
Copy link
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Hi,
i'm think that Inside the wakeup() method this sentence should be: "_wire->beginTransmission(_address);"
instead of " _wire->beginTransmission(0x00);"
isn't it?