Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/TimeAlarms
/ functions
Functions
26 in github.com/PaulStoffregen/TimeAlarms
⨍
Functions
26
◇
Types & classes
2
↓ 2 callers
Method
updateNextTrigger
TimeAlarms.cpp:42
Method
AlarmClass
TimeAlarms.cpp:30
Method
TimeAlarmsClass
TimeAlarms.cpp:84
Method
alarmOnce
trigger once at given time of day
TimeAlarms.h:90
Method
alarmRepeat
trigger daily at given time of day
TimeAlarms.h:106
Method
count
returns the number of allocated timers
TimeAlarms.cpp:156
Method
create
attempt to create an alarm and return true if successful
TimeAlarms.cpp:269
Method
delay
following functions are not Alarm ID specific.
TimeAlarms.cpp:189
Method
disable
TimeAlarms.cpp:107
Method
enable
TimeAlarms.cpp:92
Method
free
TimeAlarms.cpp:144
Method
getDigitsNow
TimeAlarms.cpp:213
Method
getIsServicing
returns isServicing
TimeAlarms.cpp:224
Method
getNextTrigger
returns the absolute time of the next scheduled alarm, or 0 if none
TimeAlarms.cpp:254
Method
getTriggeredAlarmId
returns the currently triggered alarm id returns dtINVALID_ALARM_ID if not invoked from within an alarm handler
TimeAlarms.cpp:179
Method
isAlarm
returns true only if id is allocated and the type is a time based alarm, returns false if not allocated or if its a timer
TimeAlarms.cpp:166
Method
isAllocated
returns true if this id is allocated
TimeAlarms.cpp:172
Method
read
return the value for the given alarm ID
TimeAlarms.cpp:125
Method
readType
return the alarm type for the given alarm ID
TimeAlarms.cpp:135
Method
serviceAlarms
TimeAlarms.cpp:232
Method
timerOnce
trigger once after the given number of seconds
TimeAlarms.h:122
Method
timerRepeat
trigger at a regular interval
TimeAlarms.h:131
Method
triggerOnce
trigger once at the given time in the future
TimeAlarms.h:84
Method
waitForDigits
TimeAlarms.cpp:197
Method
waitForRollover
TimeAlarms.cpp:204
Method
write
write the given value to the given alarm
TimeAlarms.cpp:115