PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

library.properties 594B

3 anos atrás
12345678910
  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