Implement much more efficient LED driver updater algorithm that only talks to the LED driver ICs when necessary. Add LED_DRIVER_STRESS_TEST macro.
This commit is contained in:
@@ -60,6 +60,8 @@ void InitPeripherals(void)
|
||||
InitI2c();
|
||||
InitTestLed();
|
||||
LedPwm_Init();
|
||||
#ifndef LED_DRIVER_STRESS_TEST
|
||||
InitI2cWatchdog();
|
||||
#endif
|
||||
EEPROM_Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user