rtc function

Dependencies:   Date RTC8563 mbed

Revision:
1:b04939291414
Parent:
0:8a695c71f11b
--- a/RTC8563.h	Thu Apr 16 10:27:29 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-//
-//  @ Project : RTC8563
-//  @ File Name : RTC8563.h
-//  @ Date : 06.04.2015
-//  @ Author : Franz Pucher
-//  @ Copyright : pe@bulme.at
-//
-#include "mbed.h"
-#include "const.h"
- 
-#if !defined(_RTC8563_H)
-#define _RTC8563_H
- 
-class RTC8563
-{
-public:
-    RTC8563();          // delete void
-    RTC8563(PinName sda, PinName scl);
-    char rtc_read(char address);
-    void rtc_write(char address, char value);
-    void rtc_init();
-    void rtc_alarm();
-protected:
-    I2C i2c;
-};
- 
-#endif  //_RTC8563_H
\ No newline at end of file