RTC Unit ========= .. sku: U155 .. include:: ../refs/unit.rtc.ref Support the following products: |RTCUnit| UiFlow2 Example --------------- get real time ^^^^^^^^^^^^^^ Open the |rtc_core2_example.m5f2| project in UiFlow2. This example displays the Real time on the screen and serial. UiFlow2 Code Block: |example.png| Example output: None MicroPython Example ------------------- get real time ^^^^^^^^^^^^^^ This example displays the Real time on the screen and serial. MicroPython Code Block: .. literalinclude:: ../../../examples/unit/rtc/rtc_core2_example.py :language: python :linenos: Example output: None **API** ------- Class RTC8563Unit ^^^^^^^^^^^^^^^^^^ .. autoclass:: unit.rtc8563.RTC8563Unit :members: