Before wasting a lot of peoples time, and words perhaps someone can explain the syntax difference in the two library inclusion statements above.
I was working with a tutorial program for data logging, and had uploaded a sketch to my Uno, all was working and logging except that the RTC was still stamping with its default date and time. I had even run an adjust sketch to get it running prior to the main file that I uploaded to perform the logging. I got the same result. Default 2000/xx/xx. So I arbitrarily change the syntax of the #include statement of the tutorial which I downloaded from #include “RTCLib.h” to #include <RTCLib.h>, and as soon as I uploaded everything functioned perfectly! What’s the deal? There was no mention of any requirement to edit that line in the comments, and I have been looking everywhere for an explanation and am unable to find one.
No big deal, I got the code to work, but I would like to know why?
db