PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

library.json 396B

il y a 3 ans
12345678910111213141516
  1. {
  2. "name": "TimeAlarms",
  3. "frameworks": "Arduino",
  4. "keywords": "Time, alarm, schedule, date, hour, minute, second, day, week, month, year",
  5. "description": "Schedule alarms to occur at specific times",
  6. "url": "http://playground.arduino.cc/Code/Time",
  7. "authors":
  8. {
  9. "name": "Michael Margolis"
  10. },
  11. "repository":
  12. {
  13. "type": "git",
  14. "url": "https://github.com/PaulStoffregen/TimeAlarms"
  15. }
  16. }