From 1cd98d583616b0b5d0a8e8bda6921accc0c3e189 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Tue, 12 Feb 2019 10:42:05 +0300 Subject: [PATCH] 0.10 release --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d3f15e..640ddff 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be Install library like this: ```bash -pip install https://github.com/undera/pylgbst/archive/0.9.tar.gz +pip install https://github.com/undera/pylgbst/archive/0.10.tar.gz ``` 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 ## Links -- https://github.com/JorgePe/BOOSTreveng - source of protocol knowledge +- https://github.com/JorgePe/BOOSTreveng - initial source of protocol knowledge +- https://github.com/LEGO/lego-ble-wireless-protocol-docs - true docs of BLE protocol - https://github.com/spezifisch/sphero-python/blob/master/BB8joyDrive.py - example with another approach to bluetooth libs Some things around visual programming: