1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00
This commit is contained in:
Andrey Pohilko 2017-09-13 21:37:28 +03:00
parent b4dcf03823
commit 0cb01d5e30

View File

@ -4,7 +4,7 @@ import unittest
from threading import Thread
from pylgbst import MoveHub, COLOR_RED, LED, EncodedMotor, PORT_AB
from pylgbst.comms import Connection, str2hex
from pylgbst.comms import Connection, str2hex, hex2str
from pylgbst.constants import PORT_LED
logging.basicConfig(level=logging.DEBUG)