Lines Matching defs:Buzzer
40 * @brief Buzzer library
41 * @defgroup buzzer libupm-buzzer
46 * @library buzzer
47 * @sensor buzzer
48 * @comname Grove Buzzer
54 * @brief API for the Buzzer component
56 * This module defines the Buzzer interface for libbuzzer.
62 * @image html buzzer.jpg
63 * @snippet buzzer-sound.cxx Interesting
65 class Buzzer {
68 * Instantiates a Buzzer object.
70 * @param pinNumber Buzzer pin number
72 Buzzer (int pinNumber);
75 * Buzzer object destructor.
77 ~Buzzer ();
98 * Sets the volume for the buzzer, but may affect the sound timbre.
106 * Gets the buzzer volume.