PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

43 lines
881B

  1. {
  2. "name": "PS2Keyboard",
  3. "keywords": "keyboard, emulation",
  4. "description": "PS2Keyboard (PS/2) allows you to use a keyboard for user input",
  5. "authors":
  6. [
  7. {
  8. "name": "Paul Stoffregen",
  9. "email": "paul@pjrc.com",
  10. "url": "http://www.pjrc.com",
  11. "maintainer": true
  12. },
  13. {
  14. "name": "Christian Weichel",
  15. "email": "info@32leaves.net"
  16. },
  17. {
  18. "name": "L. Abraham Smith",
  19. "email": "n3bah@microcompdesign.com"
  20. },
  21. {
  22. "name": "Cuningan",
  23. "email": "cuninganreset@gmail.com"
  24. }
  25. ],
  26. "repository":
  27. {
  28. "type": "git",
  29. "url": "https://github.com/PaulStoffregen/PS2Keyboard.git"
  30. },
  31. "version": "2.4",
  32. "homepage": "http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html",
  33. "frameworks": "arduino",
  34. "platforms":
  35. [
  36. "atmelavr",
  37. "teensy"
  38. ],
  39. "examples": [
  40. "examples/*/*.pde"
  41. ]
  42. }