もっと良い方法があったので別の記事を書いた RTC、リアルタイムクロックモジュール(DS1302を搭載したモジュール)で時刻合わせをする方法 #include "DS1302Easy.h" String dayAsString(const Time::Day day) { switch (day) { case Time::kSunday: return "Sunday"; case ...
In this project I wanted to learn about the usage of a Real Time Clock Module (RTC Module) using arduino. For this simple project I followed some guides online in which all the code and schematics are ...