• Constructors
  • template<class T_WIRE_METHOD> RtcDS1307(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 SetMemory(uint8_t memoryAddress, uint8_t value)
  • uint8_t GetMemory(uint8_t memoryAddress)
  • uint8_t SetMemory(uint8_t memoryAddress, const uint8_t* pValue, uint8_t countBytes)
  • uint8_t GetMemory(uint8_t memoryAddress, uint8_t* pValue, uint8_t countBytes)
  • void SetSquareWavePin(DS1307SquareWaveOut pinMode)