I’m struggling here folks. Any suggestions as to what I could be doing wrong.
import pantilthat
pantilthat.servo_one(90)
pantilthat.servo_two(45)
print pantilthat.get_servo_one() # returns with 90 as expected.
print pantilthat.get_servo_two() # returns with 90 also, expecting 45
Change servo_one to whatever value and the value is returned for servo_one and servo_two.
What am i missing?
Thanks.