Closed Petrox closed 4 months ago
The readme.md contains the following example
mySensor = pi_servo_hat.PiServoHat() if mySensor.isConnected() == False: print("The Qwiic PCA9685 device isn't connected to the system. Please check your connection", \ file=sys.stderr) return
but the PiServoHat class does not have isConnected method.
I am currently in the middle of some stuff, but this should be a simple fix.
The readme.md contains the following example
but the PiServoHat class does not have isConnected method.