The virtuabotixRTC.h library serves as the software bridge between the Arduino and this hardware. Its primary functions include:
lcd.setCursor(0, 1); lcd.print("Date:"); lcd.print(myRTC.month); lcd.print("/"); lcd.print(myRTC.dayofmonth);
Просмотреть избранное