diff --git a/README.md b/README.md index 640c6764..157e84f4 100644 --- a/README.md +++ b/README.md @@ -236,4 +236,5 @@ All the information about the Wii controllers are from these sites: > When I plug my device into the USB connector nothing happens? -Try to connect a external power supply to the Arduino - this solves the problem in most cases. \ No newline at end of file +* Try to connect a external power supply to the Arduino - this solves the problem in most cases. +* You can also use a powered hub between the device and the USB Host Shield. You should then include the USB hub library: ```#include ``` and create the instance like so: ```USBHub Hub1(&Usb);```. \ No newline at end of file