Skip to content

Commit

Permalink
Inc Version and update keywords (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna committed Jul 6, 2023
1 parent 1e64e47 commit 048a1f0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ DS3231AlarmOne KEYWORD1
DS3231AlarmTwo KEYWORD1
RtcDS3231 KEYWORD1
EepromAt24c32 KEYWORD1
RtcAlarmManager KEYWORD1
RtcTemperature KEYWORD1
RtcDateTime KEYWORD1
DayOfWeek KEYWORD1
AlarmPeriod KEYWORD1
AlarmAddError KEYWORD1
RtcAlarmCallback KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down Expand Up @@ -166,5 +170,16 @@ Rtc_Wire_Error_Unspecific LITERAL1
Rtc_Wire_Error_CommunicationTimeout LITERAL1
RtcLocaleEnUs LITERAL1
RtcLocaleEn LITERAL1

AlarmPeriod_Expired LITERAL1
AlarmPeriod_SingleFire LITERAL1
AlarmPeriod_Yearly LITERAL1
AlarmPeriod_Monthly LITERAL1
AlarmPeriod_Monthly_LastDay LITERAL1
AlarmPeriod_Weekly LITERAL1
AlarmPeriod_Daily LITERAL1
AlarmPeriod_Hourly LITERAL1
AlarmAddError_PeriodInvalid LITERAL1
AlarmAddError_TimePast LITERAL1
AlarmAddError_TimeInvalid LITERAL1
AlarmAddError_CountExceeded LITERAL1

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Makuna/Rtc.git"
},
"version": "2.4.0",
"version": "2.4.1",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Rtc by Makuna
version=2.4.0
version=2.4.1
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.
Expand Down

0 comments on commit 048a1f0

Please sign in to comment.