Added animation for the Wrapping Up state.
This commit is contained in:
parent
e914558e63
commit
c034427c3c
6 changed files with 157 additions and 3 deletions
|
@ -120,6 +120,10 @@ void NeoPixels_Task(void * pvParameters)
|
|||
case NEOPIXELS_BLE_NEARBY:
|
||||
New_Animation = &BLE_Nearby_Animation;
|
||||
break;
|
||||
|
||||
case NEOPIXELS_WRAPPING_UP:
|
||||
New_Animation = &Wrapping_Up_Animation;
|
||||
break;
|
||||
}
|
||||
|
||||
if (New_Animation != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue