PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

11 lines
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