File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,12 @@ class sfeQwiicBuzzer
5050 // / @return 0 for succuss, negative for errors, positive for warnings
5151 sfeTkError_t isConnected ();
5252
53- // / @brief Configures the Qwiic Buzzer
53+ // / @brief Configures the Qwiic Buzzer without causing the buzzer to buzz.
54+ // / This allows configuration in silence (before you may want to buzz).
55+ // / It is also useful in combination with saveSettings(), and then later
56+ // / causing buzzing by using the physical TRIGGER pin.
57+ // / To start buzzing (via Qwiic) with your desired configuration, use this
58+ // / function, then call setBuzzerActiveReg().
5459 // / @param toneFrequency Frequency of buzzer tone
5560 // / @param duration Duration in milliseconds
5661 // / @param volume Volume (4 settings; 0=off, 1=quiet... 4=loudest)
You can’t perform that action at this time.
0 commit comments