I2C driver

This commit is contained in:
Emanuele Trabattoni
2025-06-21 16:34:11 +02:00
parent 2a33316ba8
commit 83a63c1241
6 changed files with 100 additions and 41 deletions

View File

@@ -116,5 +116,5 @@ void Acquisition_time(void) { // Get the netwo
PCF85063_Time.hour = localTime->tm_hour;
PCF85063_Time.minute = localTime->tm_min;
PCF85063_Time.second = localTime->tm_sec;
PCF85063_Set_All(PCF85063_Time);
//PCF85063_Set_All(PCF85063_Time);
}