“RTC类实例化”的版本间的差异

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

2018年5月16日 (三) 08:35的版本

RTC类的实例化


作用

    • 将RTC类实例化

参数

    • 可根据程序起为其他名字,此处为方便理解使用"rtc"

示例


    • 在include之后声明RTC类即可
RTC rtc;


其他


返回RTC模块语法手册