6namespace ctre {
namespace phoenix {
namespace led {
20class [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
21 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
22 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
32 RgbFadeAnimation(
double brightness = 1,
double speed = 1,
int numLed = -1,
int ledOffset = 0);
The base class for one generic type of animation.
Definition BaseStandardAnimation.h:24
Animation that fades all the LEDs of a strip simultaneously between Red, Green, and Blue.
Definition RgbFadeAnimation.h:23
RgbFadeAnimation(double brightness=1, double speed=1, int numLed=-1, int ledOffset=0)
Constructor for an RgbFadeAnimation.
WPI Compliant Pigeon class.
Definition PigeonIMU_StickyFaults.h:6