“Rtc.begin()”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(创建页面,内容为“<p style="color: #666666;font-size:220%">'''RTC.begin()'''</p> <br> <p style="color: #E87E05;font-size:135%">'''作用'''</p> **初始化RTC模块(主要为初始…”)
 
 
第19行: 第19行:
 
::*[[RTC数组|用于存储时间的变量]]
 
::*[[RTC数组|用于存储时间的变量]]
 
::*[[rtc.clearAll|clearAll()]]
 
::*[[rtc.clearAll|clearAll()]]
::*[[rtc.setDateTime()|close()]]
+
::*[[rtc.getDateTime()|getDateTime()]]
::*[[rtc.getDateTime()|available()]]
+
::*[[rtc.getDate()|getDate()]]
::*[[rtc.getDate()|read()]]
+
::*[[rtc.getTime()|getTime()]]
::*[[rtc.getTime()|close()]]
+
::*[[rtc中断|rtc中断相关函数]]
 
 
 
<br>
 
<br>
 
[[MCookie-RTC Reference | 返回RTC模块语法手册]]
 
[[MCookie-RTC Reference | 返回RTC模块语法手册]]

2018年5月16日 (三) 08:41的最新版本

RTC.begin()


作用

    • 初始化RTC模块(主要为初始化IIC通信)

参数


示例


    • 在setup()函数中初始化RTC模块。
rtc.begin();


其他


返回RTC模块语法手册