Skip to content

Commit 770c204

Browse files
committed
sphinx fixes
1 parent 6553628 commit 770c204

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shared-bindings/_bleio/Adapter.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@
7373

7474
//| def hci_uart_init(self, *, uart: busio.UART, rts: digitalio.DigitalInOut, cts: digitalio.DigitalInOut, baudrate: int = 115200, buffer_size: int = 256) -> None:
7575
//| """On boards that do not have native BLE, you can an use HCI co-processor.
76-
//| Call `_bleio.adapter.hci_uart_init()` passing it the uart and pins used to communicate
77-
//| with the co-processor, such as an Adafruit AirLift.
76+
//| Pass the uart and pins used to communicate with the co-processor, such as an Adafruit AirLift.
7877
//| The co-processor must have been reset and put into BLE mode beforehand
7978
//| by the appropriate pin manipulation.
80-
//| The `uart`, `rts`, and `cts` objects are used to
79+
//| The ``uart``, ``rts``, and ``cts`` objects are used to
8180
//| communicate with the HCI co-processor in HCI mode.
8281
//|
8382
//| The `_bleio.adapter` object is enabled during this call.

0 commit comments

Comments
 (0)