From 8fe234b0a9d599f6ccef099767d6c1a972e225eb Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Thu, 22 Feb 2024 09:00:12 -0300 Subject: [PATCH] mkdoc fixes --- docs/pair_ds3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pair_ds3.md b/docs/pair_ds3.md index c8391801..474a680d 100644 --- a/docs/pair_ds3.md +++ b/docs/pair_ds3.md @@ -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: @@ -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 @@ -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