pull/259/head
ZodiusInfuser 2022-03-24 23:51:09 +00:00
rodzic d47326c33e
commit 93e7d476a2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)
```