en-us_commands:reference:irtcread
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:irtcread [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:irtcread [2026/09/08 00:53] (current) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Serial.begin(115200); | Serial.begin(115200); | ||
| - | if (!IrtcBegin()) { | + | if (!IrtcBegin()) { // Check the DS3231 RTC connection and begin operation. |
| Serial.println(F(" | Serial.println(F(" | ||
| return; | return; | ||
| Line 30: | Line 30: | ||
| void loop() { | void loop() { | ||
| IrtcDateTime now; | IrtcDateTime now; | ||
| - | if (IrtcRead(now)) { | + | if (IrtcRead(now)) { // Read the RTC date and time. |
| Serial.print(now.year); | Serial.print(now.year); | ||
| Serial.print('/' | Serial.print('/' | ||
| Line 50: | Line 50: | ||
| Run each device' | Run each device' | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/irtcread.1788785568.txt.gz · Last modified: by 127.0.0.1
