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.
Dependents: ParkingSENSOR ParkingSENSOR AwesomeAlarm_BLE DrivingLayerV0004 ... more
mbed Namespace Reference
class to make sound with a buzzer, roughly based on a library created by Peter Drescher The class use a timeout to switch off the sound - it is not blocking while making noise More...
Detailed Description
class to make sound with a buzzer, roughly based on a library created by Peter Drescher The class use a timeout to switch off the sound - it is not blocking while making noise
Example:
// Beep with 1Khz for 0.5 seconds #include "mbed.h" #include "buzzer.h" Beep buzzer(PTC2); int main() { ... buzzer.beep(1000,0.5); ... }
Generated on Tue Jul 12 2022 16:39:30 by
