diff --git a/servo_handler.py b/servo_handler.py index f6e596a..219f39a 100644 --- a/servo_handler.py +++ b/servo_handler.py @@ -1,7 +1,7 @@ from i2c_handler import I2CSlaveHandler, Packet from servo import Servo -s1 = Servo(0) +s1 = Servo(29) s1.middle() def servo_Map(x, in_min, in_max, out_min, out_max):