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.

library.json 669B

3 years ago
1234567891011121314151617181920212223242526
  1. {
  2. "name": "Time",
  3. "description": "Time keeping library",
  4. "keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
  5. "authors": [
  6. {
  7. "name": "Michael Margolis"
  8. },
  9. {
  10. "name": "Paul Stoffregen",
  11. "email": "paul@pjrc.com",
  12. "url": "http://www.pjrc.com",
  13. "maintainer": true
  14. }
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/PaulStoffregen/Time"
  19. },
  20. "version": "1.6",
  21. "homepage": "http://playground.arduino.cc/Code/Time",
  22. "frameworks": "Arduino",
  23. "examples": [
  24. "examples/*/*.ino"
  25. ]
  26. }