Skip to content

Commit

Permalink
Update Bonezegei_I2CScan.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bonezegei authored Mar 1, 2024
1 parent f5fdb3c commit 39f3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bonezegei_I2CScan.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void Bonezegei_I2CScan() {
Serial.print("\n\n ");
for (int a = 0; a < 16; a++) {
//Serial.printf("%02x ", a);
Serial.print(c,HEX);
Serial.print(a,HEX);
Serial.print(" ");
}
Serial.print("\n");
Expand Down

0 comments on commit 39f3e56

Please sign in to comment.