PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
396B

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