Skip to content

Commit ad9cc54

Browse files
committed
change naming
1 parent 4aefa87 commit ad9cc54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/module_reference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ Simply create a Bluetooth module with a device name of your choice.
5959
| ------------------------------------ | -------------------------------------------------- | --------- |
6060
| `bluetooth = Bluetooth(device_name)` | initialize bluetooth with advertised `device_name` | `str` |
6161

62-
| Methods | Description | Arguments |
63-
| ----------------------------- | ------------------------------------------------------- | --------- |
64-
| `bluetooth.send(data)` | send `data` via notification | `str` |
65-
| `bluetooth.set_pin(pin)` | set 6-digit user PIN (000000-999999) | `int` |
66-
| `bluetooth.get_pin()` | print current user PIN or "No user PIN set" | |
67-
| `bluetooth.remove_user_pin()` | remove the user PIN | |
68-
| `bluetooth.reset_bonds()` | forget all bonded devices saved in NVS (BLE bond store) | |
69-
| `bluetooth.deactivate_pin()` | Disables PIN enforcement | |
62+
| Methods | Description | Arguments |
63+
| ---------------------------- | ------------------------------------------------------- | --------- |
64+
| `bluetooth.send(data)` | send `data` via notification | `str` |
65+
| `bluetooth.set_pin(pin)` | set 6-digit user PIN (000000-999999) | `int` |
66+
| `bluetooth.get_pin()` | print current user PIN or "No user PIN set" | |
67+
| `bluetooth.reset_pin()` | remove the user PIN | |
68+
| `bluetooth.reset_bonds()` | forget all bonded devices saved in NVS (BLE bond store) | |
69+
| `bluetooth.deactivate_pin()` | Disables PIN enforcement | |
7070

7171
Lizard will offer a service 23014CCC-4677-4864-B4C1-8F772B373FAC and a characteristic 37107598-7030-46D3-B688-E3664C1712F0
7272
that allows writing Lizard statements like on the command line.

0 commit comments

Comments
 (0)