PCF8583 Library modification , Alarm function

Hello everyboy , i whould share my work with you, according to the author Erik DeBill i have implanted the daily alarm function on the Library for PCF8583 A RTC/Alarm.

You could found the new library withe an arduino example at this address : http://jiki974.free.fr/PCF8583_with_alarm.zip
I hope it can be helpfull for someone, sorry for my poor english i'm french :wink:

Really good library thank you!

just a couple of additional info, may be could be useful:

  • The address 0xA0 i think should be 0xA2 from standard factoy settings
    WAS: PCF8583 p (0xA0);
    IS: PCF8583 p (0xA2);

  • I set the allarm the first time and after the allarm raise I'm not able to reset it even trying to re-set other allarm.So the interrupt remain setted.

How is it possible to reset the allarm?

Ciao,
Alan