MCPcopy Create free account

hub / github.com/adafruit/RTClib / types & classes

Types & classes19 in github.com/adafruit/RTClib

↓ 8 callersClassDateTime
/ ! @brief Simple general-purpose date/time class (no TZ / DST / leap seconds). This class stores date and time information in a
src/RTClib.h:143
↓ 3 callersClassTimeSpan
src/RTClib.h:28
EnumDs1307SqwPinMode
DS1307 SQW pin mode settings */
src/RTClib.h:36
EnumDs3231Alarm1Mode
DS3231 Alarm modes for alarm 1 */
src/RTClib.h:55
EnumDs3231Alarm2Mode
DS3231 Alarm modes for alarm 2 */
src/RTClib.h:67
EnumDs3231SqwPinMode
DS3231 SQW pin mode settings */
src/RTClib.h:46
EnumPCF8523TimerClockFreq
PCF8523 Timer Source Clock Frequencies for Timers A and B */
src/RTClib.h:90
EnumPCF8523TimerIntPulse
PCF8523 Timer Interrupt Low Pulse Width options for Timer B only */
src/RTClib.h:101
EnumPcf8523OffsetMode
PCF8523 Offset modes for making temperature/aging/accuracy adjustments */
src/RTClib.h:113
EnumPcf8523SqwPinMode
PCF8523 INT/SQW pin mode settings */
src/RTClib.h:78
EnumPcf8563SqwPinMode
PCF8563 CLKOUT pin mode settings */
src/RTClib.h:119
ClassRTC_DS1307
/ ! @brief RTC based on the DS1307 chip connected via I2C and the Wire library */ /
src/RTClib.h:351
ClassRTC_DS3231
/ ! @brief RTC based on the DS3231 chip connected via I2C and the Wire library */ /
src/RTClib.h:370
ClassRTC_I2C
/ ! @brief A generic I2C RTC base class. DO NOT USE DIRECTLY */ /
src/RTClib.h:326
ClassRTC_Micros
/ ! @brief RTC using the internal micros() clock, has to be initialized before use. Unlike RTC_Millis, this can be tuned in order to
src/RTClib.h:490
ClassRTC_Millis
/ ! @brief RTC using the internal millis() clock, has to be initialized before use. NOTE: this is immune to millis() rollover events. */ /
src/RTClib.h:452
ClassRTC_PCF8523
/ ! @brief RTC based on the PCF8523 chip connected via I2C and the Wire library */ /
src/RTClib.h:406
ClassRTC_PCF8563
/ ! @brief RTC based on the PCF8563 chip connected via I2C and the Wire library */ /
src/RTClib.h:433
EnumtimestampOpt
src/RTClib.h:205