Update sensorlib
This commit is contained in:
parent
4fdc6077b7
commit
3a2ae5c2a8
134 changed files with 13418 additions and 7163 deletions
|
|
@ -66,7 +66,7 @@ void setup()
|
|||
|
||||
// Try to initialize the RTC module using I2C with specified SDA and SCL pins
|
||||
if (!rtc.begin(Wire, SENSOR_SDA, SENSOR_SCL)) {
|
||||
Serial.println("Failed to find PCF85063 - check your wiring!");
|
||||
Serial.println("Failed to find PCF8563 - check your wiring!");
|
||||
// Enter an infinite loop to halt the program
|
||||
while (1) {
|
||||
delay(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue