You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
20
[%hardbreaks]
21
21
22
22
@@ -26,12 +26,12 @@ Stops the generation of a square wave triggered by `tone()`. Has no effect if no
26
26
27
27
28
28
[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
31
31
32
32
[float]
33
-
=== Returns
34
-
Nothing
33
+
=== Gibt zurück
34
+
Nichts
35
35
36
36
--
37
37
// OVERVIEW SECTION ENDS
@@ -44,8 +44,8 @@ Nothing
44
44
--
45
45
46
46
[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.
0 commit comments