選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- #pragma once
-
- #include <TimeLib.h>
- #include <Time.h>
-
- namespace rtc {
- void powerOn();
- void powerOff();
-
- void setup();
-
- time_t getTime();
- void setTime(time_t &time);
-
- void setAlarm(uint16_t seconds);
- void setAlarm(time_t &time);
- }
|