Year offsets no longer necessary.

pull/126/head
GuruSR 2021-12-22 21:39:04 -05:00 committed by GitHub
parent 0f585268d4
commit 22883c76b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@
#define PCF8563 1
#define RTC_DS_ADDR 0x68
#define RTC_PCF_ADDR 0x51
#define YEAR_OFFSET_DS 1970
#define YEAR_OFFSET_PCF 2000
class WatchyRTC {
public:
@ -31,4 +29,4 @@ class WatchyRTC {
String _getValue(String data, char separator, int index);
};
#endif
#endif