Open nathan-zeke opened 8 months ago
This PR does the following:
writeServoId
listServos
usb_path
getBatteryVoltage
_send
_recv
This PR does the following:
writeServoId
that writes a new servo ID to any connected servolistServos
that lists any connected servos by attempting to get its positionusb_path
as an initialization parameter to the controller to target a specific USB HID devicegetBatteryVoltage
method to try for 5 seconds before failing_send
and_recv
methods + some light Python formatting improvements