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ů.

12 lines
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=*