From 015fb5600837c9abbf5e280ad3f0fc3e206a3178 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 22 Feb 2020 14:18:53 -0800 Subject: [PATCH] ISRImprovementsAndTotalDays (#108) --- keywords.txt | 2 ++ library.json | 2 +- library.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index 7b5c77e..9f3bbc3 100644 --- a/keywords.txt +++ b/keywords.txt @@ -63,6 +63,8 @@ Minute KEYWORD2 Second KEYWORD2 DayOfWeek KEYWORD2 TotalSeconds KEYWORD2 +TotalSeconds64 KEYWORD2 +TotalDays KEYWORD2 DayOf KEYWORD2 ControlFlags KEYWORD2 diff --git a/library.json b/library.json index ad2f8e6..90ff71c 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/Makuna/Rtc.git" }, - "version": "2.3.3", + "version": "2.3.4", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 3806cb7..30172be 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Rtc by Makuna -version=2.3.3 +version=2.3.4 author=Michael C. Miller (makuna@live.com) maintainer=Michael C. Miller (makuna@live.com) sentence=A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.