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")]]
The base class for one generic type of animation.
Definition BaseTwoSizeAnimation.h:24
Animation that randomly turns LEDs on and off to a certain color.
Definition TwinkleAnimation.h:23
TwinklePercent
The percentage of LEDs that are allowed to be on at any one point.
Definition TwinkleAnimation.h:28
TwinkleAnimation(int r, int g, int b, int w=0, double speed=1, int numLed=-1, TwinklePercent divider=TwinklePercent::Percent100, int ledOffset=0)
Constructor for a TwinkleAnimation.
void SetDivider(TwinklePercent divider)
Sets the percentage of LEDs that are allowed on.
WPI Compliant Pigeon class.
Definition PigeonIMU_StickyFaults.h:6