Alarm

Dependencies:   mbed HTTPClient mbed-rtos 4DGL-uLCD-SE NTPClient EthernetInterface

Revision:
0:070d52cbaed0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Dec 16 18:52:50 2020 +0000
@@ -0,0 +1,15 @@
+
+
+#include "mbed.h"
+#include "alarm.h"
+
+
+
+// Plays a sound with the defined frequency, duration, and volume
+
+
+int main()
+{
+  wait(10);
+  soundalarm();
+}