#include <Time >;
void setup() {
Serial.begin()(9600);
// put your setup code here, to run once:
}
void loop() {
Serial.println(hour());
// put your main code here, to run repeatedly:
}
#include <Time >;
void setup() {
Serial.begin()(9600);
// put your setup code here, to run once:
}
void loop() {
Serial.println(hour());
// put your main code here, to run repeatedly:
}