• Constructors
  • template<class T_WIRE_METHOD> RtcPCF8563(T_WIRE_METHOD& wire)
  • Methods
  • void Begin()
  • uint8_t LastError()
  • bool IsDateTimeValid()
  • bool GetIsRunning()
  • void SetIsRunning(bool isRunning)
  • void SetDateTime(const RtcDateTime& dt)
  • RtcDateTime GetDateTime()
  • void SetSquareWavePin(PCF8563SquareWavePinMode pinMode)
  • void SetAlarm(const PCF8563Alarm& alarm)
  • void StopAlarm()
  • void SetTimer(PCF8563TimerMode mode, uint8_t time)
  • void StopTimer()
  • bool LatchAlarmTriggeredFlag()
  • bool LatchTimerTriggeredFlag()
  • bool GetAlarmTriggered()
  • bool GetTimerTriggered()