DS3232 prog_char error

I have been using DS3232 and whenever I try to upload I get the 'prog_char' does not name a type. How do I fix it?
Thanks for all your help

Try to upload what?

Please post the complete error message using code tags.

[code] your full error here [/code] so it will look like

 your full error here

Try to compile first :wink: Same error? If yes, please also post your code using code tags

[code] your full code here [/code] so it will look like

 your full code here

Oh No. Not another DS3232/DS1307 library problem.

There is a huge proliferation of amateurish hobby library creations out there which exhibit bizarre and unpredictable behaviour, adorned with all sorts of useless extra features. And often incompatible with each other, with methods requiring different parameters/datatypes, so code written for one library will not function with another library, even if it has the same name.

I came across one recently, which had a feature to tell you if the century had rolled over, during the time a month retrieval was taking place. Something which will not happen for 84 years and the likelihood of such an query being active at the century roll over is diminishingly small.

I do wish there was some sort of ratings system which weed out all but the most simple and robust.