diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-25 14:52:40 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-25 14:52:40 -0400 |
commit | 22c072ac3f4fb450315b204dc4a6f2644c8665a7 (patch) | |
tree | 340cedd1875e873448449a868bf9c937cece881f /watch-library/watch/watch_buzzer.h | |
parent | 24e160611e12df8d31edc02af21ce07ad0929e1b (diff) | |
parent | badb4ba9090c6228738a555b82c988aafbe72fec (diff) | |
download | Sensor-Watch-22c072ac3f4fb450315b204dc4a6f2644c8665a7.tar.gz Sensor-Watch-22c072ac3f4fb450315b204dc4a6f2644c8665a7.tar.bz2 Sensor-Watch-22c072ac3f4fb450315b204dc4a6f2644c8665a7.zip |
Merge branch 'main' into more-asf-files
Diffstat (limited to 'watch-library/watch/watch_buzzer.h')
-rw-r--r-- | watch-library/watch/watch_buzzer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/watch-library/watch/watch_buzzer.h b/watch-library/watch/watch_buzzer.h index 995e059a..e15657be 100644 --- a/watch-library/watch/watch_buzzer.h +++ b/watch-library/watch/watch_buzzer.h @@ -21,8 +21,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#ifndef _WATCH_BUZZER_H_INCLUDED +#define _WATCH_BUZZER_H_INCLUDED ////< @file watch_buzzer.h +#include "watch.h" + /** @addtogroup buzzer Buzzer * @brief This section covers functions related to the piezo buzzer embedded in the F-91W's back plate. */ @@ -157,3 +161,4 @@ void watch_buzzer_play_note(BuzzerNote note, uint16_t duration_ms); extern const uint16_t NotePeriods[108]; /// @} +#endif |