Arduo Memory Reminder Medicine

L'ho trovata nel codice di esempio allegato alla libreria Time.

copio-incollo un frammento di setup():

  setSyncProvider(RTC.get);   // the function to get the time from the RTC
  if(timeStatus()!= timeSet) 
     Serial.println("Unable to sync with the RTC");
  else
     Serial.println("RTC has set the system time");