From 2e4f9c852d29aab8b19c9f44bd30e4158f9c4a0c Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Tue, 14 Jan 2014 23:56:17 +0100 Subject: [PATCH] Added information about powered hub to FAQ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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