mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Make 3b47fd03e3
show up correctly.
This commit is contained in:
parent
3b47fd03e3
commit
5b35d25138
1 changed files with 2 additions and 0 deletions
|
@ -311,10 +311,12 @@ See the "Interface modifications" section in the [hardware manual](https://www.c
|
||||||
* You can also use a powered hub between the device and the USB Host Shield. You should then include the USB hub library: ```#include <usbhub.h>``` and create the instance like so: ```USBHub Hub1(&Usb);```.
|
* You can also use a powered hub between the device and the USB Host Shield. You should then include the USB hub library: ```#include <usbhub.h>``` and create the instance like so: ```USBHub Hub1(&Usb);```.
|
||||||
|
|
||||||
> When I connecting my PS3 controller I get a output like this:
|
> When I connecting my PS3 controller I get a output like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
Dualshock 3 Controller Enabled
|
Dualshock 3 Controller Enabled
|
||||||
|
|
||||||
LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0
|
LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0
|
||||||
LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0
|
LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
* This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles.
|
* This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles.
|
Loading…
Reference in a new issue