Reset all LEDs before starting initialization

This commit is contained in:
Mark van Renswoude 2017-03-24 21:45:05 +01:00
parent 1f5f0a7d42
commit aa3bcf5eaf
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ void setup()
// Run a little startup test sequence
pwmDriver->setAll(PCA9685::Off);
pwmDriver->setPWM(0, PCA9685::On);
delay(300);