mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Polish doc
This commit is contained in:
parent
dc65a33bdb
commit
f713d8f834
@ -231,10 +231,10 @@ If you want to specify name for Bluetooth interface to use on local computer, cr
|
|||||||
```python
|
```python
|
||||||
from pylgbst import BLEConnection, MoveHub
|
from pylgbst import BLEConnection, MoveHub
|
||||||
|
|
||||||
conn=BLEConnection()
|
conn = BLEConnection()
|
||||||
conn.connect("hci1")
|
conn.connect("hci1")
|
||||||
|
|
||||||
hub=MoveHub(conn)
|
hub = MoveHub(conn)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Devices Detecting
|
#### Devices Detecting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user