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

Cosmetics

This commit is contained in:
Andrey Pohilko 2017-09-22 19:39:22 +03:00
parent bd85c2bdd2
commit bee4e5f647

View File

@ -20,14 +20,15 @@ class MoveHub(object):
:type led: LED :type led: LED
:type tilt_sensor: TiltSensor :type tilt_sensor: TiltSensor
:type button: Button :type button: Button
:type amperage: Voltage :type amperage: Amperage
:type voltage: Voltage
:type color_distance_sensor: pylgbst.peripherals.ColorDistanceSensor :type color_distance_sensor: pylgbst.peripherals.ColorDistanceSensor
:type motor_external: EncodedMotor
:type port_C: Peripheral :type port_C: Peripheral
:type port_D: Peripheral :type port_D: Peripheral
:type motor_A: EncodedMotor :type motor_A: EncodedMotor
:type motor_B: EncodedMotor :type motor_B: EncodedMotor
:type motor_AB: EncodedMotor :type motor_AB: EncodedMotor
:type motor_external: EncodedMotor
""" """
def __init__(self, connection=None): def __init__(self, connection=None):