library.json 562 B

12345678910111213141516171819202122
  1. {
  2. "name": "TaskScheduler",
  3. "keywords": "multitasking, cooperative, event, task, taskscheduler, scheduling",
  4. "description": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/arkhipenko/TaskScheduler"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Anatoli Arkhipenko",
  14. "email": "arkhipenko@hotmail.com",
  15. "url": "https://github.com/arkhipenko",
  16. "maintainer": true
  17. }
  18. ],
  19. "version": "4.0.3",
  20. "frameworks": "arduino",
  21. "platforms": "*"
  22. }