Skip to content

Commit 1cd98d5

Browse files
committed
0.10 release
1 parent dc1c388 commit 1cd98d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be
3434

3535
Install library like this:
3636
```bash
37-
pip install https://github.com/undera/pylgbst/archive/0.9.tar.gz
37+
pip install https://github.com/undera/pylgbst/archive/0.10.tar.gz
3838
```
3939

4040
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:
@@ -337,7 +337,8 @@ Then push green button on MoveHub, so permanent BLE connection will be establish
337337

338338
## Links
339339

340-
- https://github.com/JorgePe/BOOSTreveng - source of protocol knowledge
340+
- https://github.com/JorgePe/BOOSTreveng - initial source of protocol knowledge
341+
- https://github.com/LEGO/lego-ble-wireless-protocol-docs - true docs of BLE protocol
341342
- https://github.com/spezifisch/sphero-python/blob/master/BB8joyDrive.py - example with another approach to bluetooth libs
342343

343344
Some things around visual programming:

0 commit comments

Comments
 (0)