From abfe573b45b2f42941030a84468d3af33fcb2b7b Mon Sep 17 00:00:00 2001 From: Linkis_112 Date: Fri, 12 Sep 2025 02:19:15 +0200 Subject: [PATCH] change pin of servo in servo_handler.py --- servo_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):