Time and/or Wire library are breaking my code.

Hi, im designing a system for my blinds to open automaticly. However, i'm having serious trouble with integrating my DS3231 RTC-module. When I start using the read methods, the compiler starts spitting out errors everywhere, mostly regarding my functions. I can't find the issue, but it seems it has to do something with the corresponding libraries. I'm not adding any code since I deleted that part to work on.

Thanks in advance.

I do not know how we can help without code and the error messages.

I recovered what I could, but it should give the right errors. Keep in mind that i'm from Belgium and there's several things written in Dutch. I also added the files because otherwise its to many characters for the website. ("Rolluikbediening_versie_5" is the name of the main algoritem and needs to be the name of the map for Arduino to accept it).

Basisbesturing.ino (2.83 KB)

lcd.ino (148 Bytes)

Licht.ino (384 Bytes)

rolluikbediening_versie_5.ino (5.87 KB)

sketch_apr03a.ino (2 Bytes)

To get the help you need, I suggest that you post some simplified code which reproduces your issue, and that others can easily review, compile, and run. An MCVE.

I'm not sure which libraries you are using, but I get no errors compiling your code. Note that there is no code in the Temperatuur.ino file.

Can you try to compile again and then copy/paste the complete error message here?