PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
594B

  1. name=TimeAlarms
  2. version=1.5
  3. author=Michael Margolis
  4. maintainer=Paul Stoffregen
  5. sentence=Perform tasks at specific times or after specific intervals.
  6. paragraph=The Alarm library is a companion to the Time library that makes it easy to perform tasks at specific times or after specific intervals. Tasks scheduled at a particular time of day are called Alarms, tasks scheduled after an interval of time has elapsed are called Timers. These tasks can be created to continuously repeat or to occur once only.
  7. category=Timing
  8. url=http://playground.arduino.cc/code/time
  9. architectures=*
  10. depends=Time