Zanduino / DS3231M

Access the DS3231M I2C Realtime Clock
GNU General Public License v3.0
15 stars 7 forks source link

Doc example error ? #10

Closed SBKila closed 5 years ago

SBKila commented 5 years ago

In the example of adjust function documentation there is the following line

MCP7940.adjust(DateTime(2017,8,5,18,19,20));; // Set the RTC to "2017-08-05 18:19:20"

Is it really MCP7940 variable that should be used?

SV-Zanshin commented 5 years ago

Good catch, I've updated the documentation page.