Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Zvuk.cpp
- Revision:
- 1:68f9357c45ff
- Parent:
- 0:6473ed3e3821
--- a/Zvuk.cpp Thu Nov 19 12:23:14 2020 +0000
+++ b/Zvuk.cpp Thu Nov 19 13:28:11 2020 +0000
@@ -13,7 +13,7 @@
_pwm.write(0.0);
}
-void Zvuk::beep(float freq, float time) //trajanje u sekundama i frekvencija tona
+void Zvuk::beep(float freq, float time) //frekvencija tona i trajanje u sekundama
{
_pwm.period(1.0/freq);
_pwm.write(0.5); // duty cycle 50%