Fix previous commit
This commit is contained in:
parent
9fc9059b0b
commit
cdaae5fb9f
5 changed files with 77 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue