#include "RTClib.h"
RTC_DS1307 rtc;
char daysoftheweeks[7][12] = {"Sunday","Monday","Tuesday"}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "RTClib.h"
RTC_DS1307 rtc;
char daysoftheweeks[7][12] = {"Sunday","Monday","Tuesday"}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}