Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- #pragma once
-
- #include "Time2.h"
- #include "Hardware.h"
-
- namespace rtc {
- void setup();
-
- float getTemperature();
- void getTime(tmElements_t &time);
- void setTime(tmElements_t &time);
-
- void setAlarm(uint16_t seconds);
- void setAlarm(tmElements_t &time);
- }
|