Fix links to duration variable in BeepPin1 docs

This commit is contained in:
Scott Allen 2022-06-05 13:58:01 -04:00
parent 031e9164aa
commit ca1c3ae024
1 changed files with 2 additions and 2 deletions

View File

@ -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