diff options
author | vin <git@vineetk.net> | 2024-01-15 18:52:15 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-15 18:52:15 -0500 |
commit | 39b43b676e9aa8f549fea6fca7a6b7fd7891de69 (patch) | |
tree | 2559e89a4398c5bbe278c01f7549a9cfde3b6d7f /lib/usbhost/USB_Host_Shield_2.0/library.json | |
parent | 8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (diff) |
remove more unused libraries
Diffstat (limited to 'lib/usbhost/USB_Host_Shield_2.0/library.json')
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/library.json | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/lib/usbhost/USB_Host_Shield_2.0/library.json b/lib/usbhost/USB_Host_Shield_2.0/library.json deleted file mode 100644 index 1d649b1e13..0000000000 --- a/lib/usbhost/USB_Host_Shield_2.0/library.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "USB-Host-Shield-20", - "keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, buzz, xbox, wii, mass storage", - "description": "Revision 2.0 of MAX3421E-based USB Host Shield Library", - "authors": - [ - { - "name": "Oleg Mazurov", - "email": "mazurov@circuitsathome.com", - "url": "http://www.circuitsathome.com", - "maintainer": true - }, - { - "name": "Alexei Glushchenko", - "email": "alex-gl@mail.ru" - }, - { - "name": "Kristian Lauszus", - "email": "kristianl@tkjelectronics.com", - "url": "http://tkjelectronics.com", - "maintainer": true - }, - { - "name": "Andrew Kroll", - "email": "xxxajk@gmail.com", - "maintainer": true - } - ], - "repository": - { - "type": "git", - "url": "https://github.com/felis/USB_Host_Shield_2.0.git" - }, - "examples": - [ - "examples/*/*.ino", - "examples/*/*/*.ino" - ], - "frameworks": "arduino", - "platforms": - [ - "atmelavr", - "teensy", - "atmelsam", - "nordicnrf51" - ] -} |