# PCF85063 Example [](https://components.espressif.com/components/espp/pcf85063) The `pcf85063` component provides a driver for the PCF85063 Real Time Clock (RTC). It supports configuring and reading the time, setting alarms, and using the timer functionality. ## Example The [example](./example) shows how to use the `espp::Pcf85063` component to initialize and communicate with the PCF85063 RTC.
idf.py add-dependency "espp/pcf85063^1.0.16"