NorthernWidget / DS3231

Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
183 stars 81 forks source link

Not compiling #50

Closed flowmeter closed 2 years ago

flowmeter commented 2 years ago

Not sure it is a bug. i'm unable to compile "DS3231_set" example

error message DS3231_set:13:8: error: 'DS3231 clock' redeclared as different kind of symbol DS3231 clock;

Arduino uno R3 latest ide 1.8.19 win 7 DS3131 version 1.1.0

flowmeter commented 2 years ago

Answer : change c to C, writing Clock instead of clock, everywhere in the code. Color will change from orange to black.