We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310fefa + 42f127c commit ed10230Copy full SHA for ed10230
fl16-inputmodules/src/matrix.rs
@@ -37,7 +37,7 @@ pub struct LedmatrixState {
37
pub sleeping: SleepState,
38
/// State of the current game, if any
39
pub game: Option<GameState>,
40
- /// Animation perios in microseconds
+ /// Animation period in microseconds
41
pub animation_period: u64,
42
/// Current LED PWM frequency
43
pub pwm_freq: PwmFreqArg,
0 commit comments