adafruit / Adafruit-PWM-Servo-Driver-Library

Adafruit PWM Servo Driver Library
Other
477 stars 311 forks source link

Program may freeze if hardware fails. #82

Closed bask185 closed 2 years ago

bask185 commented 4 years ago

Working with the PCA9685 often gave me a software crashing problem. The cause was faulty wiring, but the real problem is that the functions of this library do no seem to return when that is the case. This causes any program to hang. If I would touch the wires, suddenly the program would go on.

PePeLLee commented 2 years ago

Did someone find any good alternative library that covers this issue?

bask185 commented 2 years ago

The problem lies not in this library but in the Wire library of Arduino.