Arduino / LCD shield / RTC3231
Zapojeno LCD shield a k tomu RTC3231 Návrh na vylepšení – datum převést na 4 místný formát ( 18 -> 2018 ) a ostatní čísla na 2 místný (2 -> 02) //Sample using LiquidCrystal library #include <LiquidCrystal.h> #include „Wire.h“ #define DS3231_I2C_ADDRESS 0x68 // select the pins used on the LCD panel LiquidCrystal lcd(8, 9, … Číst dál