PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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