From b9c103e3048d2b28a2606a3b9693ec881425a732 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 28 Sep 2019 23:08:13 +0200 Subject: Added some documentation --- src/kernel/sound/sound.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/kernel/sound/sound.h') diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h index 15c67c5..312f0d8 100644 --- a/src/kernel/sound/sound.h +++ b/src/kernel/sound/sound.h @@ -3,6 +3,11 @@ #include +/** + * Beep in specific frequency for amount of ticks + * @param frequency The frequency of the beep + * @param ticks The duration in ticks + */ void beep(uint32_t frequency, uint32_t ticks); #endif -- cgit v1.2.3