1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Lego trademark respect

This commit is contained in:
Andrey Pohilko 2017-09-20 17:14:34 +03:00
parent e79ed59b29
commit 7df4a484f5

View File

@ -1,6 +1,6 @@
# Python library to interact with Move Hub
_Move Hub is central controller block of [LEGO Boost Robotics Set](https://www.lego.com/en-us/boost)._
_Move Hub is central controller block of [LEGO® Boost Robotics Set](https://www.lego.com/en-us/boost)._
In fact, Move Hub is just Bluetooth hardware, all manipulations are done with commands passed through Bluetooth Low Energy (BLE) wireless protocol. One of ways to issue these commands is to write Python program using this library.