By just calling the following over and over: ``` cpp Light::fade(HEART, Color::Black, Color::BluePure, 500); Light::fade(HEART, Color::Black, Color::Orange, 500); waitMs(1000); ``` eventually the program crashes... Might have to do with the Queue thing.