jarzebski / Arduino-DS3231

DS3231 Real-Time-Clock
MIT License
157 stars 84 forks source link

Arduino crashes if the RTC is not detected / connected. #6

Open saormart opened 8 years ago

saormart commented 8 years ago

Hi there, I like this RTC-DS3231 library! But there is a problem if the RTC is not detected / not connected to Arduino making the arduino stops working (doing other tasks). Would be awesome to have this minor issue fixed ! Thanks!

ghost commented 8 years ago

I too have been trying to come up with a way to detect the RTC. If the begin() would return a boolean, that would be great.