This commit is contained in:
acki
2024-12-07 10:32:52 -05:00
parent ab78ff3f59
commit b3efb75789

View File

@@ -84,7 +84,7 @@ namespace Modelec {
// Clear all channels (reset devices)
void PCA9685Controller::clearAllDevices() {
for (int channel = 0; channel < 16; ++channel) {
setServoPWM(channel, 0);
SetPCA9685PWM(channel, 0, 0);
}
}