mirror of https://github.com/MLXXXp/Arduboy2.git
Fix links to duration variable in BeepPin1 docs
This commit is contained in:
parent
031e9164aa
commit
ca1c3ae024
|
@ -45,9 +45,9 @@
|
||||||
* for. For example, with a rate of 60 frames per second a duration of 30
|
* 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.
|
* 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
|
* 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).
|
* continuous tone).
|
||||||
*
|
*
|
||||||
* To keep the code small and efficient, the frequency of a tone is specified
|
* To keep the code small and efficient, the frequency of a tone is specified
|
||||||
|
|
Loading…
Reference in New Issue