Closed Iain-S closed 1 year ago
We should add a module to control the turret hardware. We probably want to use gpiozero.PWMOutputDevice class and may need to set the frequency and value to get the right duty cycle for our servos.
gpiozero.PWMOutputDevice
closes #7
Actually, we want to use gpiozero.Servo.
gpiozero.Servo
This has been added in another branch & PR.
We should add a module to control the turret hardware. We probably want to use
gpiozero.PWMOutputDevice
class and may need to set the frequency and value to get the right duty cycle for our servos.closes #7