24mc.set_port(
"/dev/serial0")
43mc.set_max_acceleration(1, 140)
44mc.set_max_deceleration(1, 300)
47mc.set_max_acceleration(2, 200)
48mc.set_max_deceleration(2, 300)
52 if int(time.monotonic() * 1000) & 2048:
61except KeyboardInterrupt:
Represents a serial connection to a Pololu Motoron Motor Controller.