From eaf1cf3e712c01e2e5a49e34262dd847bcf317cb Mon Sep 17 00:00:00 2001 From: GuruSR Date: Fri, 26 Nov 2021 00:24:57 -0500 Subject: [PATCH] Updated for 1.3.3 integration. --- PCF8563/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PCF8563/readme.md b/PCF8563/readme.md index 310b54b..2a0f333 100644 --- a/PCF8563/readme.md +++ b/PCF8563/readme.md @@ -29,7 +29,6 @@ PCF8563 WatchyGSR::RTC(false); **Usage:** -- Set a define in Watchy_GSR.h for PCF8563RTC to use it, or don't to use the original DS3232RTC. +- Set a define in "Watchy".h for PCF8563RTC to use it, or don't to use the original DS3232RTC. - Place the PCF8563 folder anywhere in the compiler's range of view for finding files to compile. -- Move Watchy.h and Watchy.cpp from the libraries section, out to it's own Stream, so it isn't in the way of compiling this version. - Report any linking errors to the Compilation Instructions file, so I can track them (also comment on which IDE you used).