This commit is contained in:
ZodiusInfuser 2022-03-24 23:51:09 +00:00
parent d47326c33e
commit 93e7d476a2
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ As well as the common types, a custom calibration can also be provided to one or
```python
cal = Calibration()
cal.apply_two_pair(1000, 2000, -45, 45)
cal.apply_two_pairs(1000, 2000, -45, 45)
s = Servo(servo2040.SERVO_1, cal)
```