PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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