Class library for the Dallas Semiconductor DS1307 RTC Basic Functionality, read and set RTC

Revision:
1:95a90bac5d6d
Parent:
0:2bbb23558624
Child:
2:a9a0784930bd
--- a/DS1307_RTC.h	Sat Oct 11 06:04:41 2014 +0000
+++ b/DS1307_RTC.h	Sat Nov 01 14:05:25 2014 +0000
@@ -17,6 +17,7 @@
     int bcd(int dec);
     int unbcd(int bcd);
     void set_RTC_time(void);
+    void set_RTC_time_UTC(float utc_time, int timezone);
     void get_RTC_time(char *str);        
 
     char  *Day[];