HitLib 1.3.0
VEX V5 LED animation library for PROS
Loading...
Searching...
No Matches
hitlib::Sequencer::Phase Struct Reference

One phase in the animation sequence. More...

#include <led_sequencer.hpp>

Public Attributes

uint32_t durationMs
 How long this phase runs (milliseconds).
void(* startFn )(LedStrand &)
 Called once when the phase begins.

Detailed Description

One phase in the animation sequence.

Member Data Documentation

◆ durationMs

uint32_t hitlib::Sequencer::Phase::durationMs

How long this phase runs (milliseconds).

◆ startFn

void(* hitlib::Sequencer::Phase::startFn) (LedStrand &)

Called once when the phase begins.