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: EthernetInterface LM75B mbed-rtos mbed
Diff: buzzer.h
- Revision:
- 8:556a5738c2fa
- Parent:
- 7:2de256f902c8
diff -r 2de256f902c8 -r 556a5738c2fa buzzer.h
--- a/buzzer.h Mon Mar 19 00:58:20 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#ifndef buzzer_h
-#define buzzer_h
-#include "mbed.h"
-
-class Buzzer
-{
-public:
- Buzzer(); //Constructor
-
- /**
- * @param start int
- * @param eind int
- *
- * Met deze methode kan je de buzzer aansturen.
- * Het geluid dat de buzzer zal afspelen, kan worden gekozen door de beginwaarde en eindwaarde van de 3 arrays mee te geven.
- * Je kan waarden meegeven tussen 1-17.
- */
- void playBuzzer(int,int);
-};
-
-#endif
\ No newline at end of file