mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Making it clearer how to get the PS4 controller into paring mode
This commit is contained in:
parent
62f8cbbc25
commit
2b31f96bcd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ The [PS4BT.ino](examples/Bluetooth/PS4BT/PS4BT.ino) and [PS4USB.ino](examples/PS
|
||||||
|
|
||||||
Before you can use the PS4 controller via Bluetooth you will need to pair with it.
|
Before you can use the PS4 controller via Bluetooth you will need to pair with it.
|
||||||
|
|
||||||
Simply create the PS4BT instance like so: ```PS4BT PS4(&Btd, PAIR);``` and then hold down the PS and Share button at the same time, the PS4 controller will then start to blink rapidly indicating that it is in paring mode.
|
Simply create the PS4BT instance like so: ```PS4BT PS4(&Btd, PAIR);``` and then hold down the Share button and then hold down the PS without releasing the Share button. The PS4 controller will then start to blink rapidly indicating that it is in paring mode.
|
||||||
|
|
||||||
It should then automatically pair the dongle with your controller. This only have to be done once.
|
It should then automatically pair the dongle with your controller. This only have to be done once.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue