1
0
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:
Rhys Weatherley 2012-05-21 12:57:52 +10:00
parent 9e2f41a135
commit 20c266f853
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ where the internal battery is charged by hand-cranking a dynamo.
\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"
*/

View File

@ -59,7 +59,7 @@
*
* The run() method must be called from the application's main
* <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.
*
* The number of loops can also be specified with setLoopDuration() which