42mc.set_max_acceleration(1, 140)
43mc.set_max_deceleration(1, 300)
46mc.set_max_acceleration(2, 200)
47mc.set_max_deceleration(2, 300)
50mc.set_max_acceleration(3, 80)
51mc.set_max_deceleration(3, 300)
55 if int(time.monotonic() * 1000) & 2048:
65except KeyboardInterrupt:
Represents an I2C connection to a Pololu Motoron Motor Controller.