initial commit of kl25z rtc code. local changes for debug

Dependents:   demo_FRDM_RTC

Fork of KL25Z_RTC by clemente di caprio

Revision:
1:2e81444e49a9
Parent:
0:12422f7c30d3
Child:
2:56a50064749e
--- a/KL25Z_RTC.h	Tue Jun 18 06:14:54 2013 +0000
+++ b/KL25Z_RTC.h	Tue Jun 18 08:46:50 2013 +0000
@@ -26,8 +26,10 @@
 public:
     KL25Z_RTC( unsigned int alarm);
     void RTC_Start( void);
+    void RTC_Start( void(*sec_ptr)(void), void(*alrm_ptr)(void));
     unsigned int RTC_GetAlarm( void);
     unsigned int RTC_Read( void);
+    void RTC_Seconds_CallBack( void(*fptr)(void));
     
 private: