mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Cosmetics
This commit is contained in:
parent
bd85c2bdd2
commit
bee4e5f647
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user