tjurik / Intervalometer

Arduino based intervalometer for time lapse photography
4 stars 0 forks source link

Add support for Real time clocks #1

Open tjurik opened 7 years ago

tjurik commented 7 years ago

Add support for DS3231 and DS1307

tjurik commented 7 years ago

Note - the 3231 RTC functionality does not appear to work - there is some kind of conflict with the one hertz counter and the atmega328 timer function. Still need to diagnose it.

tjurik commented 7 years ago

Support DS3231 now, no other clocks are supported.