• Constructors
  • template<class T_WIRE_METHOD> RtcDS1302(T_WIRE_METHOD& wire)
  • Methods
  • void Begin()
  • bool GetIsWriteProtected()
  • void SetIsWriteProtected(bool isWriteProtected)
  • bool GetIsRunning()
  • void SetIsRunning(bool isRunning)
  • void SetDateTime(const RtcDateTime& dt)
  • RtcDateTime GetDateTime()
  • uint8_t GetTrickleChargeSettings()
  • void SetTrickleChargeSettings(uint8_t setting)
  • void SetMemory(uint8_t memoryAddress, uint8_t value)
  • uint8_t GetMemory(uint8_t memoryAddress)
  • uint8_t SetMemory(const uint8_t* pValue, uint8_t countBytes)
  • uint8_t GetMemory(uint8_t* pValue, uint8_t countBytes)