PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
404B

  1. name=Time
  2. version=1.6
  3. author=Michael Margolis
  4. maintainer=Paul Stoffregen
  5. sentence=Timekeeping functionality for Arduino
  6. paragraph=Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.
  7. category=Timing
  8. url=http://playground.arduino.cc/Code/Time/
  9. includes=TimeLib.h
  10. architectures=*