Fix previous commit

This commit is contained in:
Adam Honse 2019-12-27 12:28:18 -06:00
parent 9fc9059b0b
commit cdaae5fb9f
5 changed files with 77 additions and 1 deletions

View file

@ -74,6 +74,11 @@ unsigned int PolychromeController::GetLEDCount()
return(led_count);
}
unsigned int PolychromeController::GetMode()
{
return(0);
}
void PolychromeController::SetAllColors(unsigned char red, unsigned char green, unsigned char blue)
{
if (asr_led)