Added small note about HID library to the README

This commit is contained in:
Kristian Sloth Lauszus 2016-03-21 18:28:58 +01:00
parent 400f9c0dcf
commit 45e6a67cbc

View file

@ -55,6 +55,7 @@ Help yourself by helping us support you! Many thousands of hours have been spent
* [Xbox ONE Library](#xbox-one-library) * [Xbox ONE Library](#xbox-one-library)
* [Wii library](#wii-library) * [Wii library](#wii-library)
* [PS Buzz Library](#ps-buzz-library) * [PS Buzz Library](#ps-buzz-library)
* [HID Libraries](#hid-libraries)
* [Interface modifications](#interface-modifications) * [Interface modifications](#interface-modifications)
* [FAQ](#faq) * [FAQ](#faq)
@ -307,6 +308,10 @@ More information about the controller can be found at the following sites:
* http://www.developerfusion.com/article/84338/making-usb-c-friendly/ * http://www.developerfusion.com/article/84338/making-usb-c-friendly/
* https://github.com/torvalds/linux/blob/master/drivers/hid/hid-sony.c * https://github.com/torvalds/linux/blob/master/drivers/hid/hid-sony.c
### HID Libraries
HID devices are also supported by the library. However these require you to write your own driver. A few example are provided in the [examples/HID](examples/HID) directory. Including an example for the [SteelSeries SRW-S1 Steering Wheel](examples/HID/SRWS1/SRWS1.ino).
# Interface modifications # Interface modifications
The shield is using SPI for communicating with the MAX3421E USB host controller. It uses the SCK, MISO and MOSI pins via the ICSP on your board. The shield is using SPI for communicating with the MAX3421E USB host controller. It uses the SCK, MISO and MOSI pins via the ICSP on your board.