RTC

From Smart Box
Revision as of 19:45, 6 October 2023 by Benryves (talk | contribs) (Created page with "== Syntax == RTC == Description == This function returns the time from the host micro's clock in Smart Move time format. == Example == To print the value of the host micro's clock PRINT RTC To set the clock in Smart Move to the same time as the host micro's. LET TIME = RTC == Associated keywords == * TIME Category:Reference Category:Procedure")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax[edit]

RTC

Description[edit]

This function returns the time from the host micro's clock in Smart Move time format.

Example[edit]

To print the value of the host micro's clock

PRINT RTC

To set the clock in Smart Move to the same time as the host micro's.

LET TIME = RTC

Associated keywords[edit]