We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0303792 commit 44d09c9Copy full SHA for 44d09c9
1 file changed
src/main/application/buzzer.h
@@ -36,14 +36,14 @@ typedef uint16_t buzzer_freq_t;
36
* @brief The minimum supported frequency for the buzzer, in Hz.
37
* @note This is empirical, based on audio quality with the current buzzer hardware.
38
*/
39
-#define BUZZER_MINIMUM_FREQUENCY 400
+#define BUZZER_MINIMUM_FREQUENCY 100
40
41
/**
42
* @def BUZZER_MAXIMUM_FREQUENCY
43
* @brief The maximum supported frequency for the buzzer, in Hz.
44
45
46
-#define BUZZER_MAXIMUM_FREQUENCY 2000
+#define BUZZER_MAXIMUM_FREQUENCY 5000
47
48
_Static_assert( BUZZER_MINIMUM_FREQUENCY < BUZZER_MAXIMUM_FREQUENCY, "Invalid frequency range!" );
49
0 commit comments