We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2310 commit 2c9de27Copy full SHA for 2c9de27
gpiozero/output_devices.py
@@ -255,7 +255,8 @@ class LED(DigitalOutputDevice):
255
class Buzzer(DigitalOutputDevice):
256
"""
257
Extends :class:`DigitalOutputDevice` and represents a digital buzzer
258
- component.
+ component. Note that this interface is only capable of simple on/off
259
+ commands, and is not capable of playing a variety of tones.
260
261
Connect the cathode (negative pin) of the buzzer to a ground pin; connect
262
the other side to any GPIO pin.
0 commit comments