File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
7171Lizard will offer a service 23014CCC-4677-4864-B4C1-8F772B373FAC and a characteristic 37107598-7030-46D3-B688-E3664C1712F0
7272that allows writing Lizard statements like on the command line.
You can’t perform that action at this time.
0 commit comments