Reset all LEDs before starting initialization
This commit is contained in:
parent
1f5f0a7d42
commit
aa3bcf5eaf
@ -47,6 +47,7 @@ void setup()
|
||||
|
||||
|
||||
// Run a little startup test sequence
|
||||
pwmDriver->setAll(PCA9685::Off);
|
||||
pwmDriver->setPWM(0, PCA9685::On);
|
||||
delay(300);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user