From 2b31f96bcd278711846d33006edab7ec83639ea5 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Mon, 17 Mar 2014 15:48:37 +0100 Subject: [PATCH] Making it clearer how to get the PS4 controller into paring mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883c661e..5d84471a 100644 --- a/README.md +++ b/README.md @@ -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. -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.