mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Add a link to the Melody class to the main page
This commit is contained in:
parent
9e2f41a135
commit
20c266f853
@ -72,6 +72,7 @@ where the internal battery is charged by hand-cranking a dynamo.
|
|||||||
|
|
||||||
\section main_other Other
|
\section main_other Other
|
||||||
|
|
||||||
|
\li Melody plays a melody on a digital output pin using <tt>tone()</tt>.
|
||||||
\li \ref power_save "Power saving utility functions"
|
\li \ref power_save "Power saving utility functions"
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
*
|
*
|
||||||
* The run() method must be called from the application's main
|
* The run() method must be called from the application's main
|
||||||
* <tt>loop()</tt> method to ensure that the melody advances from
|
* <tt>loop()</tt> method to ensure that the melody advances from
|
||||||
* one note to the next. It will not * block the application while
|
* one note to the next. It will not block the application while
|
||||||
* notes are playing.
|
* notes are playing.
|
||||||
*
|
*
|
||||||
* The number of loops can also be specified with setLoopDuration() which
|
* The number of loops can also be specified with setLoopDuration() which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user