library.json 528 B

12345678910111213141516171819202122
  1. {
  2. "name": "TeensyStep",
  3. "keywords": "teensy, stepper, motor, high-speed",
  4. "description": "High speed stepper driver for teensy boards (T3.0 - T3.6)",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/luni64/TeensyStep"
  9. },
  10. "authors":
  11. {
  12. "name": "Lutz Niggl",
  13. "email": "lutz.niggl@lunoptics.com",
  14. "url": "https://github.com/luni64",
  15. "maintainer": true
  16. },
  17. "homepage": "https://luni64.github.io/TeensyStep",
  18. "version": "2.1",
  19. "frameworks": "arduino",
  20. "platforms": "Teensy"
  21. }