Skip to content

Commit c6bf0c0

Browse files
authored
Merge pull request arduino#12 from SeppPenner/patch-2
Updated noTone.asdoc to german.
2 parents 67a8b92 + 5e8db94 commit c6bf0c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Language/Functions/Advanced IO/noTone.adoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ aliases: [ /language/functions/advanced-io/noTone/ ]
1515
--
1616

1717
[float]
18-
=== Description
19-
Stops the generation of a square wave triggered by `tone()`. Has no effect if no tone is being generated.
18+
=== Beschreibung
19+
Stoppt die Tonerzeugung, die von `tone()` erzeugt wurde. Macht nichts, wenn kein Ton erzeugt wurde.
2020
[%hardbreaks]
2121

2222

@@ -26,12 +26,12 @@ Stops the generation of a square wave triggered by `tone()`. Has no effect if no
2626

2727

2828
[float]
29-
=== Parameters
30-
`pin`: the pin on which to stop generating the tone
29+
=== Parameter
30+
`pin`: Der Pin, auf dem die Tonerzeugung gestoppt werden soll
3131

3232
[float]
33-
=== Returns
34-
Nothing
33+
=== Gibt zurück
34+
Nichts
3535

3636
--
3737
// OVERVIEW SECTION ENDS
@@ -44,8 +44,8 @@ Nothing
4444
--
4545

4646
[float]
47-
=== Notes and Warnings
48-
If you want to play different pitches on multiple pins, you need to call noTone() on one pin before calling `tone()` on the next pin.
47+
=== Anmerkungen und Warnungen
48+
Wenn du mehrere Töne auf mehreren Pins abspielen willst, musst du `noTone()` auf einem Pin aufrufen, bevor du `tone()` auf dem nächsten Pin aufrufen kannst.
4949
[%hardbreaks]
5050

5151
--

0 commit comments

Comments
 (0)