Problem with the DS1307RTC.h

Hello everyone,

I have a problem but i don't undersdant why.

Sorry if the question was already asked but I have not found.

In fact i've a DS1307 and he want use it, normaly.

I've follow a lot of tutorial but without succes.

An error arrive systematically, ==> \Arduino\libraries\DS1307RTC/DS1307RTC.h:19: error: 'tmElements_t' has not been declared
Even with the example proposed by the library.

I think its a problem from the library or it's me the problem.

Thank you in advance .

I've found the problem, my library Time was to the wrong way... :blush:

ohlive:
Hello everyone,

I have a problem but i don't undersdant why.

Sorry if the question was already asked but I have not found.

In fact i've a DS1307 and he want use it, normaly.

You can't simply use the DS1307 on a 3.3V system, you need to sister chip
the DS1338-33, which is AFAICT software compatible but works from a 3.3V
rail.