AceTimeClock  1.0.3
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nace_time
 Nclock
 CClockAbstract base class for objects that provide and store time
 CDS3231ClockAn implementation of Clock that uses a DS3231 RTC chip
 CNtpClockA Clock that retrieves the time from an NTP server
 CSystemClockLoopTemplateA subclass of SystemClock that sync with its mReferenceClock using the non-blocking Clock API of the referenceClock
 CSystemClockTemplateA Clock that uses the Arduino millis() function to advance the time returned to the user
 CUnixClockAn implementation of Clock that works on Unix using EpoxyDuino
 Nhw
 CClockInterfaceA utility class that provides a layer of indirection to the Arduino clock functions (millis() and potentially micros() in the future)
 CDS3231New version of the DS3231 class templatized so that any of the AceWire classes can be used to access the I2C bus
 CHardwareDateTimeThe date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip
 CHardwareTemperatureThe temperature in Celcius as a signed (8.8) fixed-point integer