Stepper

class labequipment.stepper.Stepper(ard)

Bases: object

Class to manage the movement of stepper motors

move_motor(motor_no, steps, direction)

Generate the message to be sent to self.ard.send_serial_line

Inputs: motor_no: 1 or 2 steps: int direction: either ‘+’ or ‘-’