Fix documentation for diplay
This commit is contained in:
parent
bb4483b141
commit
023ccb416b
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ class Servo:
|
|||
"""
|
||||
|
||||
@staticmethod
|
||||
def set_position(port: int, angle: float, offset: float = 0.0):
|
||||
def set_position(port: int, angle: float, offset: float = 90.0):
|
||||
"""Set position of servo connected to port
|
||||
|
||||
:param port: port between 1 and 8
|
||||
|
|
Reference in a new issue