Skip to content

Commit

Permalink
Update pcf8523_calibrate.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Gambalunga authored Jan 14, 2024
1 parent a6d1ba2 commit 0144018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pcf8523_calibrate/pcf8523_calibrate.ino
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void setup() {
Serial.println("Read RTC PCF8523 Offset Register"); // Print to control offset

// Method 1 ****************************
int8_t OffsetReg = rtc.readOffsetReg();
uint8_t OffsetReg = rtc.readOffsetReg();
Serial.print("Offset mode is: ");
if bitRead (OffsetReg, 7) {
Serial.println("PCF8523_OneMinute");
Expand Down

0 comments on commit 0144018

Please sign in to comment.