MajicDesigns / MD_DS3231

DS3231 Real Time Clock Library
GNU Lesser General Public License v2.1
30 stars 11 forks source link

Display of DOW #5

Closed bioyavuz closed 6 years ago

bioyavuz commented 6 years ago

Hi, Thanks for this perfect library. This is the best among the libraries I examined. All the capabilities of DS3231 is included. Examples are very easy with your detailed explanations.

The line 216 of example "MD_DS3231_Test" , in the function "printTime()": PRINT("", dow2String(RTC.dow)); needs to be changed as: PRINT("", dow2String(RTC.dow + 1));

Thank you again, Yavuz Darendelioğlu

MajicDesigns commented 6 years ago

Fixed v1.2.2