experiments with Pylontech/GroWatt PV tech
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.

22 lines
394 B

  1. {
  2. "name": "Time",
  3. "frameworks": "Arduino",
  4. "keywords": "Time, date, hour, minute, second, day, week, month, year, RTC",
  5. "description": "Time keeping library",
  6. "url": "http://playground.arduino.cc/Code/Time",
  7. "authors":
  8. [
  9. {
  10. "name": "Michael Margolis"
  11. },
  12. {
  13. "name": "Paul Stoffregen"
  14. }
  15. ],
  16. "repository":
  17. {
  18. "type": "git",
  19. "url": "https://github.com/PaulStoffregen/Time"
  20. }
  21. }