I would appreicate anny hint to move forward.
I am trying to compile the sketch of the lesson Real Time Clock module, and I get an error at the line code RTCDateTime dt;
The message:
DS1307_Example:7:1: error: 'RTCDateTime' does not name a type; did you mean 'DateTime'?
RTCDateTime dt;
^~~~~~~~~~~
DateTime
I have already dowloaded the DS3231 ver 1.0.0 library with the library manager to make sure there is not a missing component.