mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Release 2.0.0
This commit is contained in:
parent
77508273de
commit
43aba755cd
@ -14,6 +14,7 @@ If you have Vernie assembled, you might run scripts from [`examples/vernie`](exa
|
|||||||
[](https://youtu.be/ZbKmqVBBMhM)
|
[](https://youtu.be/ZbKmqVBBMhM)
|
||||||
[](https://youtu.be/829RKT8v8M0)
|
[](https://youtu.be/829RKT8v8M0)
|
||||||
[](https://youtu.be/WUOa3j-6XfI)
|
[](https://youtu.be/WUOa3j-6XfI)
|
||||||
|
[](https://youtu.be/QY6nRYXQw_U)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -35,7 +36,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be
|
|||||||
|
|
||||||
Install library like this:
|
Install library like this:
|
||||||
```bash
|
```bash
|
||||||
pip install https://github.com/undera/pylgbst/archive/1.0.1.tar.gz
|
pip install https://github.com/undera/pylgbst/archive/2.0.0.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:
|
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
|
|
||||||
setup(name='pylgbst',
|
setup(name='pylgbst',
|
||||||
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
|
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
|
||||||
version='1.0.1',
|
version='2.0.0',
|
||||||
author='Andrey Pokhilko',
|
author='Andrey Pokhilko',
|
||||||
author_email='apc4@ya.ru',
|
author_email='apc4@ya.ru',
|
||||||
packages=['pylgbst', "pylgbst.comms"],
|
packages=['pylgbst', "pylgbst.comms"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user