Skip to content

Commit

Permalink
Fix links to duration variable in BeepPin1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MLXXXp committed Jun 5, 2022
1 parent 031e916 commit ca1c3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Arduboy2Beep.h
Expand Up @@ -45,9 +45,9 @@
* for. For example, with a rate of 60 frames per second a duration of 30
* would be used to play a tone for half a second.
*
* The variable named `#duration` is the counter that times the duration of a
* The variable named #duration is the counter that times the duration of a
* tone. A sketch can determine if a tone is currently playing by testing if
* the `#duration` variable is non-zero (assuming it's a timed tone, not a
* the #duration variable is non-zero (assuming it's a timed tone, not a
* continuous tone).
*
* To keep the code small and efficient, the frequency of a tone is specified
Expand Down

0 comments on commit ca1c3ae

Please sign in to comment.