mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated my email and full name
This commit is contained in:
parent
edc5198976
commit
1121d8d9ad
3 changed files with 8 additions and 8 deletions
|
@ -19,10 +19,10 @@ For more information about the hardware see the [Hardware Manual](https://chome.
|
||||||
|
|
||||||
# Developed By
|
# Developed By
|
||||||
|
|
||||||
* __Oleg Mazurov - <mazurov@gmail.com>
|
* __Oleg Mazurov__ - <mazurov@gmail.com>
|
||||||
* __Alexei Glushchenko, Circuits@Home__ - <alex-gl@mail.ru>
|
* __Alexei Glushchenko__ - <alex-gl@mail.ru>
|
||||||
* Developers of the USB Core, HID, FTDI, ADK, ACM, and PL2303 libraries
|
* Developers of the USB Core, HID, FTDI, ADK, ACM, and PL2303 libraries
|
||||||
* __Kristian Sloth Lauszus__ - <kristianl@tkjelectronics.com>
|
* __Kristian Sloth Lauszus__ - <lauszus@gmail.com>
|
||||||
* Developer of the [BTD](#bluetooth-libraries), [BTHID](#bthid-library), [SPP](#spp-library), [PS4](#ps4-library), [PS3](#ps3-library), [Wii](#wii-library), [Xbox](#xbox-library), and [PSBuzz](#ps-buzz-library) libraries
|
* Developer of the [BTD](#bluetooth-libraries), [BTHID](#bthid-library), [SPP](#spp-library), [PS4](#ps4-library), [PS3](#ps3-library), [Wii](#wii-library), [Xbox](#xbox-library), and [PSBuzz](#ps-buzz-library) libraries
|
||||||
* __Andrew Kroll__ - <xxxajk@gmail.com>
|
* __Andrew Kroll__ - <xxxajk@gmail.com>
|
||||||
* Major contributor to mass storage code
|
* Major contributor to mass storage code
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
"email": "alex-gl@mail.ru"
|
"email": "alex-gl@mail.ru"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Kristian Lauszus",
|
"name": "Kristian Sloth Lauszus",
|
||||||
"email": "kristianl@tkjelectronics.com",
|
"email": "lauszus@gmail.com",
|
||||||
"url": "http://tkjelectronics.com",
|
"url": "https://lauszus.com",
|
||||||
"maintainer": true
|
"maintainer": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name=USB Host Shield Library 2.0
|
name=USB Host Shield Library 2.0
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
author=Oleg Mazurov (Circuits@Home) <mazurov@circuitsathome.com>, Kristian Lauszus (TKJ Electronics) <kristianl@tkjelectronics.com>, Andrew Kroll <xxxajk@gmail.com>, Alexei Glushchenko (Circuits@Home) <alex-gl@mail.ru>
|
author=Oleg Mazurov (Circuits@Home) <mazurov@circuitsathome.com>, Kristian Sloth Lauszus <lauszus@gmail.com>, Andrew Kroll <xxxajk@gmail.com>, Alexei Glushchenko (Circuits@Home) <alex-gl@mail.ru>
|
||||||
maintainer=Oleg Mazurov (Circuits@Home) <mazurov@circuitsathome.com>, Kristian Lauszus (TKJ Electronics) <kristianl@tkjelectronics.com>, Andrew Kroll <xxxajk@gmail.com>
|
maintainer=Oleg Mazurov (Circuits@Home) <mazurov@circuitsathome.com>, Kristian Sloth Lauszus <lauszus@gmail.com>, Andrew Kroll <xxxajk@gmail.com>
|
||||||
sentence=Revision 2.0 of MAX3421E-based USB Host Shield Library.
|
sentence=Revision 2.0 of MAX3421E-based USB Host Shield Library.
|
||||||
paragraph=Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS Buzz, Wii and Xbox controllers.
|
paragraph=Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS Buzz, Wii and Xbox controllers.
|
||||||
category=Other
|
category=Other
|
||||||
|
|
Loading…
Reference in a new issue