Skip to content

Commit ebbc7b0

Browse files
authored
Updated noTone.asdoc to german.
1 parent 06cc9ce commit ebbc7b0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Language/Functions/Advanced IO/noTone.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: noTone()
3-
title_expanded: ""
4-
categories: [ "Functions" ]
5-
subCategories: [ "Advanced I/O" ]
6-
aliases: [ /language/functions/advanced-io/noTone/ ]
2+
Titel: noTone()
3+
Erweiterter Titel: ""
4+
Kategorie: [ "Functions" ]
5+
Sub-Kategorie: [ "Advanced I/O" ]
6+
Alias: [ /language/functions/advanced-io/noTone/ ]
77
---
88

99

@@ -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 Rechteckschwingung, 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]
3333
=== Returns
34-
Nothing
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)