diff --git a/search/all_6.js b/search/all_6.js index 8849ca0f..18d6c6e9 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['noteperiods_104',['NotePeriods',['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'watch_buzzer.h']]] + ['noteperiods_104',['NotePeriods',['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'NotePeriods(): watch_private_buzzer.c'],['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'NotePeriods(): watch_private_buzzer.c']]] ]; diff --git a/search/variables_0.js b/search/variables_0.js index 5a3ee45a..c0c108c4 100644 --- a/search/variables_0.js +++ b/search/variables_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['noteperiods_309',['NotePeriods',['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'watch_buzzer.h']]] + ['noteperiods_309',['NotePeriods',['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'NotePeriods(): watch_private_buzzer.c'],['../group__buzzer.html#ga747b4014093d6a71b6d8fba2db41696b',1,'NotePeriods(): watch_private_buzzer.c']]] ]; diff --git a/watch__buzzer_8h_source.html b/watch__buzzer_8h_source.html index 26f72285..e25bccef 100644 --- a/watch__buzzer_8h_source.html +++ b/watch__buzzer_8h_source.html @@ -210,7 +210,7 @@ $(function() {
BuzzerNote
BuzzerNote
87 notes for use with watch_buzzer_play_note
Definition: watch_buzzer.h:61
watch_disable_buzzer
void watch_disable_buzzer(void)
Disables the TCC peripheral that drives the buzzer.
watch_set_buzzer_on
void watch_set_buzzer_on(void)
Turns the buzzer output on. It will emit a continuous sound at the given frequency.
-
NotePeriods
const uint16_t NotePeriods[108]
An array of periods for all the notes on a piano, corresponding to the names in BuzzerNote.
+
NotePeriods
const uint16_t NotePeriods[108]
An array of periods for all the notes on a piano, corresponding to the names in BuzzerNote.
Definition: watch_private_buzzer.c:28
watch_set_buzzer_period
void watch_set_buzzer_period(uint32_t period)
Sets the period of the buzzer.
watch_set_buzzer_off
void watch_set_buzzer_off(void)
Turns the buzzer output off.
watch_enable_buzzer
void watch_enable_buzzer(void)
Enables the TCC peripheral, which drives the buzzer.