Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emeric-martineau committed May 11, 2024
1 parent 10befda commit d1bfdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ pub mod zc;
//
// The ISR timer is always on.
// When zero crossing is detected, we set IS_ZERO_CROSSING to true.
// When IS_ZERO_CROSSING is true, ISR timer increase TICK from 0 to TICK_MAX (normaly
// When IS_ZERO_CROSSING is true, ISR timer increase TICK from 0 to tick_max (normaly
// 100 but in this case, we have collision with zero crossing detection).
// The ISR timer call `tick()` method of each dimmer.
// The ISR timer call `tick_manager()` method of each dimmer.
//---------------------------------------------------------------------------------------

// Duration of each percent cycle.
Expand Down

0 comments on commit d1bfdaa

Please sign in to comment.