The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Revision:
1:ed1c6618f739
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SWITCH/SWITCH_APPLICATION.h	Thu Jun 03 07:08:47 2021 +0000
@@ -0,0 +1,12 @@
+#ifndef _SWITCH_APPLICATION_H
+#define _SWITCH_APPLICATION_H
+
+#include "mbed.h"
+#include "TIMER.h"
+#include "APPLICATION.h"
+
+#define SWITCH_DEBOUNCING_DELAY  50
+
+void switchApplicationInit(void);
+
+#endif
\ No newline at end of file