Skip to content

Commit

Permalink
mkdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesadawork committed Feb 22, 2024
1 parent 391da26 commit 8fe234b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pair_ds3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The DualShock 3 gamepad does not implement the entire Bluetooth stack. It requir

### Fetch the ESP32 / Pico W Bluetooth Address

* Connect a terminal to the ESP32/Pico W using 115200 baud 8N1.
* Connect a terminal to the ESP32 / Pico W using 115200 baud 8N1.

* Watch the logs. You should see something like:

Expand All @@ -20,7 +20,7 @@ BTstack up and running at CC:50:E3:AF:E2:96 <------ THIS IS THE BLUETOOTH AD
Btstack ready!
```

In this example, the ESP32 Address is "CC:50:E3:AF:E2:96".
In this example, the BT address is "CC:50:E3:AF:E2:96".

### Plug in the DS3 gamepad

Expand All @@ -41,13 +41,13 @@ On Gentoo Linux run:
sudo emerge dev-libs/hidapi
```

On MacOS run:
On macOS run:

```sh
brew install hidapi
```

on Mac you will also have to modify the Makefile to look like so
on macOS you will also have to modify the Makefile to look like so

```
INCLUDES := -I/opt/homebrew/Cellar/hidapi/0.13.1/include
Expand Down

0 comments on commit 8fe234b

Please sign in to comment.