6namespace ctre{
namespace phoenix{
namespace led{
21class [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
22 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
23 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
26 int _direction, _size;
43 BaseTwoSizeAnimation(
int idx,
int r,
int g,
int b,
int w,
double speed,
int numLed,
int direction,
int size,
int ledOffset);
46 [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
47 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
48 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
50 [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
51 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
52 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
The base class for all animations that CANdle supports.
Definition Animation.h:26
The base class for one generic type of animation.
Definition BaseStandardAnimation.h:24
The base class for one generic type of animation.
Definition BaseTwoSizeAnimation.h:24
BaseTwoSizeAnimation * GetBaseTwoSizeAnimation()
BaseTwoSizeAnimation(int idx, int r, int g, int b, int w, double speed, int numLed, int direction, int size, int ledOffset)
Constructor for the BaseStandardAnimation object.
void SetG(int g)
Sets the G value of the LEDs.
void SetB(int b)
Sets the B value of the LEDs.
BaseStandardAnimation * GetBaseStandardAnimation()
void SetR(int r)
Sets the R value of the LEDs.
void SetW(int w)
Sets the W value of the LEDs.
void SetDirection(int direction)
WPI Compliant Pigeon class.
Definition PigeonIMU_StickyFaults.h:6