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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

library.json 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "USB-Host-Shield-20",
  3. "keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, buzz, xbox, wii, mass storage",
  4. "description": "Revision 2.0 of MAX3421E-based USB Host Shield Library",
  5. "authors":
  6. [
  7. {
  8. "name": "Oleg Mazurov",
  9. "email": "[email protected]",
  10. "url": "http://www.circuitsathome.com",
  11. "maintainer": true
  12. },
  13. {
  14. "name": "Alexei Glushchenko",
  15. "email": "[email protected]"
  16. },
  17. {
  18. "name": "Kristian Lauszus",
  19. "email": "[email protected]",
  20. "url": "http://tkjelectronics.com",
  21. "maintainer": true
  22. },
  23. {
  24. "name": "Andrew Kroll",
  25. "email": "[email protected]",
  26. "maintainer": true
  27. }
  28. ],
  29. "repository":
  30. {
  31. "type": "git",
  32. "url": "https://github.com/felis/USB_Host_Shield_2.0.git"
  33. },
  34. "examples":
  35. [
  36. "examples/*/*.ino",
  37. "examples/*/*/*.ino"
  38. ],
  39. "frameworks": "arduino",
  40. "platforms":
  41. [
  42. "atmelavr",
  43. "teensy",
  44. "atmelsam",
  45. "nordicnrf51"
  46. ]
  47. }