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.

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